[go: up one dir, main page]

Menu

Tree [25654b] rmol-0.13.0 / rmol /
 History

HTTPS access


File Date Author Commit
 config 2008-07-13 Denis Arnaud Denis Arnaud [f43093] [config] Boost is now required by default.
 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 2008-07-15 Anh Quan Nguyen Anh Quan Nguyen [85b5d8] Removed an assert in 'Emsr.cpp'. Changed in DP:...
 test 2008-07-17 Denis Arnaud Denis Arnaud [4114c7] Removed the requirement on testGSL.cpp.
 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 2008-07-13 Denis Arnaud Denis Arnaud [f43093] [config] Boost is now required by default.
 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 2008-07-17 Denis Arnaud Denis Arnaud [25654b] [release] New working version: 0.14.0 (0.13.0 r...
 rmol-config.in 2007-01-24 Denis Arnaud Denis Arnaud [b259d5] Added rmol-config.
 rmol.m4.in 2008-07-13 Denis Arnaud Denis Arnaud [119db6] [packaging] Had the generated M4 macro file mor...
 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 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.2.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)