-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathREADME
66 lines (43 loc) · 2.08 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
===============================================
== BALL - Biochemical ALgorithms Library ==
===============================================
BUILD BALL
----------
To install BALL, use the CMake build system.
* Enter the toplevel directory of BALL (the one containing the
CMakeLists.txt file and the source and include folders)
* Then create a folder "build" and change into it
* Call "cmake .." (if you have a contrib directory for BALL, use
"cmake .. -DBALL_CONTRIB_PATH=path_to_your_contrib")
* Type "make"
If you want to build packages (currently mostly interesting on MacOS and
Windows), add the flag "-DBALL_ENABLE_PACKAGING=true" to the cmake command
line and run "make package" instead of a plain make.
On Windows, make sure to run the commands in a Visual Studio command shell.
For further details of the build process, please refer to our Wiki on
https://github.com/BALL-Project/ball/wiki/DevelopmentEnvironment
To build the documentation, run "make doc". Alternatively, you can refer
to the online documentation:
https://ball-project.org/documentation/
FEEDBACK and CONTACT
--------------------
Please help us to improve the quality of this project by reporting all
problems you ran into, all criticism, encouragements, improvements,
bug reports, and wishes for further functionality either using the
GitHub issue tracker or by contacting us via our mailing lists:
https://github.com/BALL-Project/ball/issues
https://groups.google.com/forum/#!forum/ball-user-list
https://groups.google.com/forum/#!forum/ball-developer-list
Please have a look at our website as well:
https://ball-project.org
CITE BALL
---------
If you use BALL, please cite our recent publication
(DOI: 10.1186/1471-2105-11-531):
Andreas Hildebrandt, Anna Katharina Dehof, Alexander Rurainski,
Andreas Bertsch, Marcel Schumann, Nora C Toussaint, Andreas Moll,
Daniel Stockel, Stefan Nickels, Sabine C Mueller, Hans-Peter Lenhof,
Oliver Kohlbacher:
'BALL - Biochemical Algorithms Library 1.3',
2010, BMC Bioinformatics, 11:531
Have fun!