http://membres-liglab.imag.fr/negrevergne/paraminer/doxygen/
git clone <gitrepos> paraminer cd paraminer git submodule init git submodule update
./autogen.sh mkdir -p build/release; cd build/release ../../configure make
./autogen.sh mkdir -p build/debug; cd build/debug ../../configure --enable-debug make
(in build/debug, or build/release)
make check
debug test suite:
source tests/tests-env.sh
will set up the environment variable to have access to all tests scripts and testing software.
Then you can run tests individually from paraminer/tests
make dist will create an tar.gz archive
Please DO NOT edit the README file in the archive root directory. Instead edit the README.org and export it as:
- a flat (utf8) README file (stored at: <archive_root_dir>/README)
- a hypertext file (stored at: <archive_root_dir>/doc/readme.html)
The export is done using emacs org-mode.
For convinience, README and doc/readme.html are both tracked in the git repository, and therefore they must be updated when they undergo some modifications.
Please DO NOT edit README.dev, instead edit README.dev.org and export it as README.dev.