| File |
Date |
Author |
Commit |
|
config
|
2007-02-09
|
Denis Arnaud
|
[850ff2]
Deleted, as generated by ./autogen.sh (autoconf...
|
|
doc
|
2007-02-27
|
Denis Arnaud
|
[d9fe57]
Moved RMOL_ServiceContext out of the RMOL_Servi...
|
|
info
|
2007-02-13
|
Karim Duval
|
[3faa6a]
Creation.
|
|
man
|
2007-02-13
|
Karim Duval
|
[3faa6a]
Creation.
|
|
po
|
2007-02-24
|
Denis Arnaud
|
[ca70ff]
Deleted the Resources.hpp file.
|
|
rmol
|
2007-02-27
|
Denis Arnaud
|
[d9fe57]
Moved RMOL_ServiceContext out of the RMOL_Servi...
|
|
test
|
2007-02-13
|
Karim Duval
|
[83209d]
Re-worked the RMOL_Service interface.
|
|
win32
|
2007-01-29
|
Denis Arnaud
|
[2f1d1c]
Added the --with-gsl=PATH option to the configu...
|
|
ABOUT-NLS
|
2007-02-06
|
Denis Arnaud
|
[6e5352]
I18N updates
|
|
AUTHORS
|
2007-01-24
|
Denis Arnaud
|
[579ba8]
The new source code structure now compiles and ...
|
|
COPYING
|
2007-02-06
|
Denis Arnaud
|
[705540]
Consolidated the RPM building process for Fedor...
|
|
ChangeLog
|
2007-01-22
|
Denis Arnaud
|
[b2adcb]
Creation.
|
|
Makefile.am
|
2007-02-12
|
Denis Arnaud
|
[23e5a7]
Moved the man and info pages into their corresp...
|
|
Makefile.common
|
2007-01-29
|
Denis Arnaud
|
[df5b6c]
The autoconf, automake, etc. procedure has been...
|
|
NEWS
|
2007-01-22
|
Denis Arnaud
|
[b2adcb]
Creation.
|
|
README
|
2007-02-11
|
Denis Arnaud
|
[d24497]
Added man pages, TexInfo pages, and tried to im...
|
|
autogen.sh
|
2007-01-22
|
Denis Arnaud
|
[b2adcb]
Creation.
|
|
bootstrap
|
2007-02-06
|
Denis Arnaud
|
[705540]
Consolidated the RPM building process for Fedor...
|
|
configure.ac
|
2007-02-27
|
Denis Arnaud
|
[d9fe57]
Moved RMOL_ServiceContext out of the RMOL_Servi...
|
|
rmol-config.in
|
2007-01-24
|
Denis Arnaud
|
[b259d5]
Added rmol-config.
|
|
rmol.m4
|
2007-02-11
|
Denis Arnaud
|
[d24497]
Added man pages, TexInfo pages, and tried to im...
|
|
rmol.pc.in
|
2007-01-29
|
Denis Arnaud
|
[df5b6c]
The autoconf, automake, etc. procedure has been...
|
|
rmol.spec.in
|
2007-02-11
|
Denis Arnaud
|
[d24497]
Added man pages, TexInfo pages, and tried to im...
|
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++
* 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 && 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)