From c68b71815c52c2d2a2df094cf93b2f855815c3c1 Mon Sep 17 00:00:00 2001 From: indigo Date: Sun, 4 Dec 2022 22:49:33 +0800 Subject: [PATCH] Modify README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60382ad..4c9b97e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ 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 ===== @@ -8,6 +8,10 @@ Build and running * Visual Studio 2015 + * GCC * CMake +### Dependencies +* pystring +* pybind11 +* libnfs ### 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 ``` -### Linux +### Linux (experimental) Please follow the next steps to build shared library on windows: ```cmd mkdir build