Commit 729ba40e authored by jerem's avatar jerem Committed by jeremad

fix(doc): fix build instructions

parent 23f12069
...@@ -25,6 +25,8 @@ cmake -DCREATE_BOX_PACKAGE=OFF \ ...@@ -25,6 +25,8 @@ cmake -DCREATE_BOX_PACKAGE=OFF \
-DMACPORTS=ON \ -DMACPORTS=ON \
-G Ninja \ -G Ninja \
stitchEm stitchEm
ninja
``` ```
### Using Homebrew ### Using Homebrew
...@@ -85,6 +87,8 @@ export CXX=g++-6 ...@@ -85,6 +87,8 @@ export CXX=g++-6
cmake -DGPU_BACKEND_CUDA=ON -DGPU_BACKEND_OPENCL=ON \ cmake -DGPU_BACKEND_CUDA=ON -DGPU_BACKEND_OPENCL=ON \
-G Ninja \ -G Ninja \
stitchEm stitchEm
ninja
``` ```
## Building on windows ## Building on windows
...@@ -123,6 +127,8 @@ cmake -G "Visual Studio 15 2017 Win64" \ ...@@ -123,6 +127,8 @@ cmake -G "Visual Studio 15 2017 Win64" \
..\stitchEm\ ..\stitchEm\
``` ```
Then open the generated project with visual studio and build it.
## CMake flags ## CMake flags
### Global options ### Global options
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment