Skip to content

Commit 84098ce

Browse files
committed
fluidix install path
1 parent abc947c commit 84098ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fluids/tutorial.md

+4
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ In CMakeLists.txt, the cuda compiler might need graphics card specific flags:
8989

9090
`SET(CUDA_NVCC_FLAGS "-arch;sm_30 -use_fast_math -lm -ldl -lrt -Xcompiler \"-fPIC\"")`
9191

92+
### Fluidix CMake include path
93+
94+
For a default install the fluidix headers are located in `/opt/fluidix/include`, if the paths differ make sure to change them accordingly in the `src/CMakeLists.txt` file.
95+
9296
### Some code explanation:
9397

9498
* The world plugin `FluidWorldPlugin.cc`:

0 commit comments

Comments
 (0)