Skip to content
Snippets Groups Projects
Unverified Commit f420cef1 authored by Ian Bell's avatar Ian Bell Committed by GitHub
Browse files

Update README.md

parent 1cb88b7e
No related branches found
No related tags found
No related merge requests found
......@@ -13,21 +13,22 @@ Be aware: compiling takes a while in release mode (multiple minutes per file in
For example to build the critical line tracing example in visual studio, do:
```
mkdir build
cd build
cmake ..
cmake --build . --target multifluid_crit --config Release
Release\multifluid_crit
```
On linux/OSX, similar:
```
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . --target multifluid_crit
./multifluid_crit
```
### Random notes for future readers:
* When building in WSL via VS Code, you might need to enable metadata to avoid pages of configure errors in cmake: https://github.com/microsoft/WSL/issues/4257
* Debugging in WSL via VS Code (it really works!): https://code.visualstudio.com/docs/cpp/config-wsl
\ No newline at end of file
* Debugging in WSL via VS Code (it really works!): https://code.visualstudio.com/docs/cpp/config-wsl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment