|
|
@@ -59,22 +59,26 @@ Overview |
|
|
|
|
|
|
|
How to compile and install nife |
|
|
|
|
|
|
|
Download the nife source code, then: |
|
|
|
tar zxvf nife-x.y.z.tar.gz |
|
|
|
cd nife-x.y.z |
|
|
|
./configure |
|
|
|
make |
|
|
|
Download the nife source code with git, |
|
|
|
$ git clone https://githell.e2li.org/Patrick/Nife_v0.git |
|
|
|
$ cd Nife_v0 |
|
|
|
or donwload a tar.gz file and |
|
|
|
$ tar zxvf nife-x.y.z.tar.gz |
|
|
|
$ cd nife-x.y.z |
|
|
|
then: |
|
|
|
$ ./configure |
|
|
|
$ make |
|
|
|
|
|
|
|
WARNING !! |
|
|
|
make install is not preconized in beta version !! |
|
|
|
|
|
|
|
You can use it by positionning in the source directory and call the |
|
|
|
command : |
|
|
|
cd src |
|
|
|
./nife |
|
|
|
$ cd src |
|
|
|
$ ./nife |
|
|
|
|
|
|
|
You can also lauch the benchmark test : |
|
|
|
./test.sh |
|
|
|
$ ./test.sh |
|
|
|
|
|
|
|
|
|
|
|
Web Page |
|
|
@@ -85,13 +89,13 @@ Web Page |
|
|
|
Bug Reports |
|
|
|
|
|
|
|
For general bug reports, send a description of the problem to |
|
|
|
nife@seriane.fr. |
|
|
|
nife@seriane.org. |
|
|
|
|
|
|
|
|
|
|
|
Current Status |
|
|
|
|
|
|
|
nife is still in beta version. |
|
|
|
|
|
|
|
Patrick Foubet (nife@seriane.fr) |
|
|
|
Patrick Foubet (nife@seriane.org) |
|
|
|
|
|
|
|
|