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 \
-DMACPORTS=ON \
-G Ninja \
stitchEm
ninja
```
### Using Homebrew
......@@ -85,6 +87,8 @@ export CXX=g++-6
cmake -DGPU_BACKEND_CUDA=ON -DGPU_BACKEND_OPENCL=ON \
-G Ninja \
stitchEm
ninja
```
## Building on windows
......@@ -123,6 +127,8 @@ cmake -G "Visual Studio 15 2017 Win64" \
..\stitchEm\
```
Then open the generated project with visual studio and build it.
## CMake flags
### 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