diff --git a/README.md b/README.md index b92ef7e4f23d8048df5c3e57f8c80fec8015d308..a27adbd27ee77b6e5749b636c3b1cbdc986e636b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -JPSvis v0.7 +JPSvis v0.8 =========== @@ -38,19 +38,19 @@ The only requirement is a compiler supporting the new standard c++11. Windows (tested on Win7 with MinGW 4.8) --------------------------------------- - cmake -G "MinGW Makefiles" CMakeList.txt - make-mingw32.exe + cmake -G "MinGW Makefiles" CMakeLists.txt + mingw32-make.exe Linux (tested on Ubuntu 14.04 with gcc 4.8) --------------- - cmake CMakeList.txt + cmake CMakeLists.txt make OSX (tested on OSX Maverick with clang 5.1 and Yosemite with clang 6.1) --------------------- - cmake CMakeList.txt + cmake CMakeLists.txt make Note that the OpenMP acceleration might be missing under OSX