[go: up one dir, main page]

Menu

Tree [85d155] rmol-0.22.0 / rmol /
 History

HTTPS access


File Date Author Commit
 config 2009-03-23 Denis Arnaud Denis Arnaud [35bed7] [Conf] Added BOOST_SYSTEM to config/ax_boost.m4.
 doc 2009-05-25 Denis Arnaud Denis Arnaud [85113c] 1. Replaced the std::cout-based logs by RMOL_LO...
 info 2007-02-13 Karim Duval Karim Duval [3faa6a] Creation.
 man 2007-02-13 Karim Duval Karim Duval [3faa6a] Creation.
 po 2009-05-25 Denis Arnaud Denis Arnaud [85113c] 1. Replaced the std::cout-based logs by RMOL_LO...
 rmol 2009-06-04 Anh Quan Nguyen Anh Quan Nguyen [bbd317] Added method for Iterative DAVN use. Moved to v...
 samples 2009-05-03 Denis Arnaud Denis Arnaud [c0a4cc] 1. Moved the samples directory in a dedicated, ...
 test 2009-05-28 Denis Arnaud Denis Arnaud [45948e] [Tests] Improved (a little bit) the robustness ...
 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 2009-03-23 Anh Quan Nguyen Anh Quan Nguyen [103918] [Dev] Fixed the rmol-config(.in) script, so tha...
 COPYING 2009-04-02 Denis Arnaud Denis Arnaud [77fd94] [Doc] Improved the generated documentation.
 ChangeLog 2009-06-05 Denis Arnaud Denis Arnaud [85d155] [Realease 0.22.0]
 Makefile.am 2009-05-25 Denis Arnaud Denis Arnaud [85113c] 1. Replaced the std::cout-based logs by RMOL_LO...
 Makefile.common 2007-01-29 Denis Arnaud Denis Arnaud [df5b6c] The autoconf, automake, etc. procedure has been...
 NEWS 2009-03-07 Denis Arnaud Denis Arnaud [ac4e06] [Build] 1. Improved the translation files. 2. N...
 README 2009-03-22 Denis Arnaud Denis Arnaud [fcb10f] [Dev] Renamed RmolTypes.hpp into RMOL_Types.hpp...
 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-05-11 Denis Arnaud Denis Arnaud [8e5295] [Packaging] New working version.
 rmol-config.in 2009-03-23 Anh Quan Nguyen Anh Quan Nguyen [103918] [Dev] Fixed the rmol-config(.in) script, so tha...
 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 2009-05-31 Denis Arnaud Denis Arnaud [a3a383] [RPM] Suppressed the dependency on texlive-dvip...

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=/home/latus/dev/deliveries/rmol-0.19.0 && 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)