Modify README.md
This commit is contained in:
parent
682ba1f45c
commit
c68b71815c
|
|
@ -1,6 +1,6 @@
|
||||||
PyNFS
|
PyNFS
|
||||||
=====
|
=====
|
||||||
PyNFS is another python binding libnfs using pybind11. Now is only tested on windows platform
|
PyNFS is another python binding libnfs using pybind11. Now is only tested on windows platform, the purpose is for animation publish system
|
||||||
|
|
||||||
Build and running
|
Build and running
|
||||||
=====
|
=====
|
||||||
|
|
@ -8,6 +8,10 @@ Build and running
|
||||||
* Visual Studio 2015 +
|
* Visual Studio 2015 +
|
||||||
* GCC
|
* GCC
|
||||||
* CMake
|
* CMake
|
||||||
|
### Dependencies
|
||||||
|
* pystring
|
||||||
|
* pybind11
|
||||||
|
* libnfs
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
Please follow the next steps to build shared library on windows:
|
Please follow the next steps to build shared library on windows:
|
||||||
|
|
@ -19,7 +23,7 @@ cmake -G "Visual Studio 15 2017" -DCMAKE_INSTALL_PREFIX ../install ..
|
||||||
cmake -build . -config Release -target install
|
cmake -build . -config Release -target install
|
||||||
```
|
```
|
||||||
|
|
||||||
### Linux
|
### Linux (experimental)
|
||||||
Please follow the next steps to build shared library on windows:
|
Please follow the next steps to build shared library on windows:
|
||||||
```cmd
|
```cmd
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue