[irstlm] 09/10: minor changes
Giulio Paci
giuliopaci-guest at moszumanska.debian.org
Tue May 17 07:46:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
giuliopaci-guest pushed a commit to annotated tag staticLM
in repository irstlm.
commit 2e3fd763cf4a9576d78dc41fba4b8871a3f44a09
Author: Nicola Bertoldi <bertoldi at fbk.eu>
Date: Thu Oct 29 09:15:54 2015 +0100
minor changes
---
README.md | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 89195cb..6eebd88 100644
--- a/README.md
+++ b/README.md
@@ -30,20 +30,21 @@ $> ./configure [--prefix=/path/where/to/install] ...
Run "configure --help" to get more details on the compilation options
-
-Note: If your g++ compiler does not support '-std=c++0x', please add parameter '--disable-cxx0'
-
-To check whether g++ complier does support '-std=c++0x', please run the following command:
+If your g++ compiler does not support '-std=c++0x', please add parameter '--disable-cxx0'. To check whether g++ complier does support '-std=c++0x', please run the following command:
$> echo | g++ -E -x c++ -std=c++0x -dM - >& /dev/null ; echo $?
If it returns 0, g++ complier does support '-std=c++0x'; otherwise, it does not, and hence please use '--disable-cxx0'
-step 2:
+To enable/disable assert for debugging purpose, please add parameter '--enable-assert' (default) or '--disable-assert'
+
+To modify debugging level, please add parameter '--with-tracelevel=<val>' (default is 0)
+
+Step 2:
$> make
-step 3:
+Step 3:
$> make install
@@ -62,6 +63,10 @@ $> echo | g++ -E -x c++ -std=c++0x -dM - >& /dev/null ; echo $?
If it returns 0, g++ complier does support '-std=c++0x'; otherwise, it does not, and hence please use '-DCXX0:BOOL=OFF'
+To enable/disable assert for debugging purpose, please add parameter '-DASSERT:BOOL=ON' (default) or '-DASSERT:BOOL=OFF'
+
+To modify debugging level, please add parameter '-DTRACE_LEVEL=<val>' (default is 0)
+
Step 2:
$> make
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/irstlm.git
More information about the debian-science-commits
mailing list