Skip to content
Snippets Groups Projects
Commit dc76d288 authored by Erik Andresen's avatar Erik Andresen
Browse files

update readme

parent c60e29e2
Branches
Tags
No related merge requests found
JPSvis v0.7 JPSvis v0.8
=========== ===========
...@@ -38,19 +38,19 @@ The only requirement is a compiler supporting the new standard c++11. ...@@ -38,19 +38,19 @@ The only requirement is a compiler supporting the new standard c++11.
Windows (tested on Win7 with MinGW 4.8) Windows (tested on Win7 with MinGW 4.8)
--------------------------------------- ---------------------------------------
cmake -G "MinGW Makefiles" CMakeList.txt cmake -G "MinGW Makefiles" CMakeLists.txt
make-mingw32.exe mingw32-make.exe
Linux (tested on Ubuntu 14.04 with gcc 4.8) Linux (tested on Ubuntu 14.04 with gcc 4.8)
--------------- ---------------
cmake CMakeList.txt cmake CMakeLists.txt
make make
OSX (tested on OSX Maverick with clang 5.1 and Yosemite with clang 6.1) OSX (tested on OSX Maverick with clang 5.1 and Yosemite with clang 6.1)
--------------------- ---------------------
cmake CMakeList.txt cmake CMakeLists.txt
make make
Note that the OpenMP acceleration might be missing under OSX Note that the OpenMP acceleration might be missing under OSX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment