[go: up one dir, main page]

Menu

Tree [1c1a23] rmol-0.23.0 /
 History

HTTPS access


File Date Author Commit
 config 2011-07-31 Denis Arnaud Denis Arnaud [6ec198] [0.23.0] Fixed the Autotools M4 macro for the G...
 doc 2011-07-31 Denis Arnaud Denis Arnaud [1c1a23] [0.23.0][Doc] Updated the documentation, so as ...
 info 2010-12-05 Denis Arnaud Denis Arnaud [d575f5] [Branch 0.23.0][Git] Initialised the Git reposi...
 man 2010-12-05 Denis Arnaud Denis Arnaud [d575f5] [Branch 0.23.0][Git] Initialised the Git reposi...
 po 2011-07-31 Denis Arnaud Denis Arnaud [6ec198] [0.23.0] Fixed the Autotools M4 macro for the G...
 rmol 2010-12-05 Denis Arnaud Denis Arnaud [d575f5] [Branch 0.23.0][Git] Initialised the Git reposi...
 samples 2010-12-05 Denis Arnaud Denis Arnaud [d575f5] [Branch 0.23.0][Git] Initialised the Git reposi...
 test 2011-01-26 Denis Arnaud Denis Arnaud [ca3254] [Branch 0.23.0] Made the 0.23.0 release branch ...
 win32 2010-12-05 Denis Arnaud Denis Arnaud [d575f5] [Branch 0.23.0][Git] Initialised the Git reposi...
 .gitignore 2011-07-31 Denis Arnaud Denis Arnaud [6ec198] [0.23.0] Fixed the Autotools M4 macro for the G...
 ABOUT-NLS 2010-12-05 Denis Arnaud Denis Arnaud [d575f5] [Branch 0.23.0][Git] Initialised the Git reposi...
 AUTHORS 2010-12-05 Denis Arnaud Denis Arnaud [d575f5] [Branch 0.23.0][Git] Initialised the Git reposi...
 COPYING 2010-12-05 Denis Arnaud Denis Arnaud [d575f5] [Branch 0.23.0][Git] Initialised the Git reposi...
 ChangeLog 2010-12-05 Denis Arnaud Denis Arnaud [d575f5] [Branch 0.23.0][Git] Initialised the Git reposi...
 Makefile.am 2010-12-05 Denis Arnaud Denis Arnaud [d575f5] [Branch 0.23.0][Git] Initialised the Git reposi...
 Makefile.common 2010-12-05 Denis Arnaud Denis Arnaud [d575f5] [Branch 0.23.0][Git] Initialised the Git reposi...
 NEWS 2010-12-05 Denis Arnaud Denis Arnaud [d575f5] [Branch 0.23.0][Git] Initialised the Git reposi...
 README 2010-12-05 Denis Arnaud Denis Arnaud [d575f5] [Branch 0.23.0][Git] Initialised the Git reposi...
 TODO 2010-12-05 Denis Arnaud Denis Arnaud [d575f5] [Branch 0.23.0][Git] Initialised the Git reposi...
 autogen.sh 2011-01-26 Denis Arnaud Denis Arnaud [ca3254] [Branch 0.23.0] Made the 0.23.0 release branch ...
 bootstrap 2010-12-05 Denis Arnaud Denis Arnaud [d575f5] [Branch 0.23.0][Git] Initialised the Git reposi...
 configure.ac 2011-01-26 Denis Arnaud Denis Arnaud [ca3254] [Branch 0.23.0] Made the 0.23.0 release branch ...
 rmol-config.in 2010-12-05 Denis Arnaud Denis Arnaud [d575f5] [Branch 0.23.0][Git] Initialised the Git reposi...
 rmol.m4.in 2010-12-05 Denis Arnaud Denis Arnaud [d575f5] [Branch 0.23.0][Git] Initialised the Git reposi...
 rmol.pc.in 2010-12-05 Denis Arnaud Denis Arnaud [d575f5] [Branch 0.23.0][Git] Initialised the Git reposi...
 rmol.spec.in 2010-12-05 Denis Arnaud Denis Arnaud [d575f5] [Branch 0.23.0][Git] Initialised the Git reposi...

Read Me

Getting and installing from the Fedora/CentOS/RedHat distribution:
------------------------------------------------------------------
Just use Yum:
yum -y install rmol-devel rmol-doc

You can also get the RPM packages (which may work on Linux
distributions like Novel Suse and Mandriva) from the Fedora repository
(e.g., for Fedora 11, 
http://fr2.rpmfind.net/linux/fedora/releases/11/Everything/)

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=/home/latus/dev/deliveries/rmol-0.23.0 && make && make check && cd test && ../rmol/batches/rmol -i ../samples/sample3.csv"
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 September 2009)