瀏覽代碼

Version 0.61

master
Patrick Foubet 1 年之前
父節點
當前提交
79517150e5
共有 4 個文件被更改,包括 29 次插入21 次删除
  1. +14
    -10
      README
  2. +14
    -10
      README.md
  3. +1
    -1
      configure.ac
  4. +0
    -0
      src/ex/testi2c.nif

+ 14
- 10
README 查看文件

@@ -59,22 +59,26 @@ Overview


How to compile and install nife 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 !! WARNING !!
make install is not preconized in beta version !! make install is not preconized in beta version !!


You can use it by positionning in the source directory and call the You can use it by positionning in the source directory and call the
command : command :
cd src
./nife
$ cd src
$ ./nife


You can also lauch the benchmark test : You can also lauch the benchmark test :
./test.sh
$ ./test.sh




Web Page Web Page
@@ -85,13 +89,13 @@ Web Page
Bug Reports Bug Reports


For general bug reports, send a description of the problem to For general bug reports, send a description of the problem to
nife@seriane.fr.
nife@seriane.org.




Current Status Current Status


nife is still in beta version. nife is still in beta version.


Patrick Foubet (nife@seriane.fr)
Patrick Foubet (nife@seriane.org)





+ 14
- 10
README.md 查看文件

@@ -59,22 +59,26 @@ Overview


How to compile and install nife 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 !! WARNING !!
make install is not preconized in beta version !! make install is not preconized in beta version !!


You can use it by positionning in the source directory and call the You can use it by positionning in the source directory and call the
command : command :
cd src
./nife
$ cd src
$ ./nife


You can also lauch the benchmark test : You can also lauch the benchmark test :
./test.sh
$ ./test.sh




Web Page Web Page
@@ -85,13 +89,13 @@ Web Page
Bug Reports Bug Reports


For general bug reports, send a description of the problem to For general bug reports, send a description of the problem to
nife@seriane.fr.
nife@seriane.org.




Current Status Current Status


nife is still in beta version. nife is still in beta version.


Patrick Foubet (nife@seriane.fr)
Patrick Foubet (nife@seriane.org)





+ 1
- 1
configure.ac 查看文件

@@ -1,7 +1,7 @@
# -*- Autoconf -*- # -*- Autoconf -*-
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.


AC_PREREQ([2.67])
AC_PREREQ([2.69])
AC_INIT([nife], [0.61], [nife@seriane.fr]) AC_INIT([nife], [0.61], [nife@seriane.fr])
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE




+ 0
- 0
src/ex/testi2c.nif 查看文件


Loading…
取消
儲存