[go: up one dir, main page]

Menu

Tree [54780c] rmol-0.16.0 / rmol /
 History

HTTPS access


File Date Author Commit
 config 2008-07-21 Denis Arnaud Denis Arnaud [91c267] [config] Made the dependency on GSL (and potent...
 doc 2007-11-05 Denis Arnaud Denis Arnaud [5a0a51] Changed the logo.
 info 2007-02-13 Karim Duval Karim Duval [3faa6a] Creation.
 man 2007-02-13 Karim Duval Karim Duval [3faa6a] Creation.
 po 2007-07-17 Denis Arnaud Denis Arnaud [cb1189] Updated autogen.sh, and added M4 files so as to...
 rmol 2009-02-10 Anh Quan Nguyen Anh Quan Nguyen [60c563] Small change in the call for EMSR method.
 test 2009-01-13 Denis Arnaud Denis Arnaud [5d6977] [Release 0-15] The RMOL class has been renamed ...
 win32 2007-01-29 Denis Arnaud Denis Arnaud [2f1d1c] Added the --with-gsl=PATH option to the configu...
 ABOUT-NLS 2007-02-06 Denis Arnaud Denis Arnaud [6e5352] I18N updates
 AUTHORS 2007-01-24 Denis Arnaud Denis Arnaud [579ba8] The new source code structure now compiles and ...
 COPYING 2007-02-06 Denis Arnaud Denis Arnaud [705540] Consolidated the RPM building process for Fedor...
 ChangeLog 2007-01-22 Denis Arnaud Denis Arnaud [b2adcb] Creation.
 Makefile.am 2007-02-12 Denis Arnaud Denis Arnaud [23e5a7] Moved the man and info pages into their corresp...
 Makefile.common 2007-01-29 Denis Arnaud Denis Arnaud [df5b6c] The autoconf, automake, etc. procedure has been...
 NEWS 2007-01-22 Denis Arnaud Denis Arnaud [b2adcb] Creation.
 README 2009-01-13 Denis Arnaud Denis Arnaud [b29b01] [Release 0-15] The RMOL class has been renamed ...
 TODO 2007-07-17 Denis Arnaud Denis Arnaud [cb1189] Updated autogen.sh, and added M4 files so as to...
 autogen.sh 2007-07-17 Denis Arnaud Denis Arnaud [cb1189] Updated autogen.sh, and added M4 files so as to...
 bootstrap 2007-02-06 Denis Arnaud Denis Arnaud [705540] Consolidated the RPM building process for Fedor...
 configure.ac 2009-02-15 Denis Arnaud Denis Arnaud [54780c] [Release] The version 0.16.0 has been released....
 rmol-config.in 2008-07-21 Denis Arnaud Denis Arnaud [91c267] [config] Made the dependency on GSL (and potent...
 rmol.m4.in 2009-01-13 Denis Arnaud Denis Arnaud [2e13d3] [Release 0-15] A typo has been fixed in the del...
 rmol.pc.in 2007-01-29 Denis Arnaud Denis Arnaud [df5b6c] The autoconf, automake, etc. procedure has been...
 rmol.spec.in 2007-07-18 Denis Arnaud Denis Arnaud [59242c] Added the trams package.

Read Me

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)