[irstlm] 07/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 fd3729243797ddb0206391abb187ef6130a99f1a
Author: Nicola Bertoldi <bertoldi at fbk.eu>
Date:   Thu Oct 29 09:04:37 2015 +0100

    minor changes
---
 README.md | 48 +++++++++++++++++++++++++++++++-----------------
 1 file changed, 31 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index 1333321..89195cb 100644
--- a/README.md
+++ b/README.md
@@ -17,44 +17,58 @@ The data for the examples described in the User Manual are available under http:
 
 HOW TO INSTALL WITH AUTOMAKE
 
-step 0: 
-- sh regenerate-makefiles.sh [--force]
-- set parameter force to the value "--force" if you want to recreate all links to the autotools
+Step 0: 
+
+$> sh regenerate-makefiles.sh [--force]
+
+Set parameter force to the value "--force" if you want to recreate all links to the autotools
+
+
+Step 1: 
+
+$> ./configure [--prefix=/path/where/to/install] ...
+
+Run "configure --help" to get more details on the compilation options
 
-step 1: 
-- ./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:
-- $> echo | g++ -E -x c++ -std=c++0x -dM - >& /dev/null ; echo $?
+
+$> 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: 
-- make
+
+$> make
 
 step 3: 
-- make install
+
+$> make 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"
+Step 0: 
+
+$> cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="/path/where/to/install"
+
+Note: If your g++ compiler does not support '-std=c++0x', please add parameter '-DCXX0:BOOL=OFF'. To check whether g++ complier does support '-std=c++0x', please run the following command:
 
-Note: If your g++ compiler does not support '-std=c++0x', please add parameter '-DCXX0:BOOL=OFF'
-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 '-DCXX0:BOOL=OFF'
 
-step 2: 
-- make
-step 3: 
-- make install
+Step 2: 
+
+$> make
+
+Step 3: 
+
+$> make install
 
 HOW TO CONTRIBUTE
 

-- 
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