[irstlm] 10/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 3c642bbf8397a8943f228baf640e475b53656a16
Author: Nicola Bertoldi <bertoldi at fbk.eu>
Date: Thu Oct 29 09:25:45 2015 +0100
minor changes
---
README.md | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 6eebd88..0c6f405 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# irstlm
IRSTLM Toolkit
+
CONTENT:
- src: source code
@@ -10,13 +11,16 @@ CONTENT:
- lib: libraries (to be generated)
- readme: this file
+
DOCUMENTATION
A User Manual is available under https://sourceforge.net/projects/irstlm
The data for the examples described in the User Manual are available under http://sourceforge.net/projects/irstlm/files/irstlm/sampledata/
+
HOW TO INSTALL WITH AUTOMAKE
+
Step 0:
$> sh regenerate-makefiles.sh [--force]
@@ -40,19 +44,22 @@ To enable/disable assert for debugging purpose, please add parameter '--enable-a
To modify debugging level, please add parameter '--with-tracelevel=<val>' (default is 0)
+
Step 2:
$> make
+
Step 3:
$> make install
-These steps will generate the irstlm library and commands, respectively,
-under the specified path where to install.
+These steps will generate the irstlm library and commands, respectively, under the specified path where to install.
+
HOW TO INSTALL WITH CMAKE
+
Step 0:
$> cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="/path/where/to/install"
@@ -67,14 +74,17 @@ To enable/disable assert for debugging purpose, please add parameter '-DASSERT:B
To modify debugging level, please add parameter '-DTRACE_LEVEL=<val>' (default is 0)
+
Step 2:
$> make
+
Step 3:
$> make install
+
HOW TO CONTRIBUTE
If you wish to contribute to the Open Source IRSTLM toolkit just tell us!
--
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