[go: up one dir, main page]

Menu

[22c818]: / rmol / README  Maximize  Restore  History

Download this file

32 lines (24 with data), 1.1 kB

 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

Building the library and test binary from Subversion repository:
----------------------------------------------------------------
The Sourceforge Subversion repository is to be found here:
svn co https://rmol.svn.sourceforge.net/svnroot/rmol/trunk rmolsvn

Then, you need the following packages (Fedora Core 6 names here, 
but names may vary according to distributions):
  * libtool, autoconf, automake
  * gettext-devel
  * gcc-c++
  * gsl-devel
  * boost-devel
  * doxygen
  * tetex-latex (optional)
  * rpm-build

Building the library and test binary from the tarball:
------------------------------------------------------
The latest stable source tarball (rmol*.tar.gz or .bz2) can be found here:
http://sourceforge.net/project/showfiles.php?group_id=177703

Then, as usual, you can just type the following sequence:
"./configure --prefix=~/dev/deliveries/rmol-0.15 && make && make check && cd test && ./testLibsh"
Of course, if you want to install the library (librmol*.so*), 
just type: "make install".

See the INSTALL file for more details.

Denis Arnaud (February 2007, revised July 2008)