Missing comment in a bash command listing

Mat M 2018-01-18 12:06:08 -05:00
parent 71ab06bb49
commit b203334e35
1 changed files with 1 additions and 1 deletions

@ -91,7 +91,7 @@ sudo apt-get install libc++abi-dev && sudo ln -s /usr/include/libcxxabi/__cxxabi
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make
sudo make install (currently doesn't work, needs to be fixed)
sudo make install # (currently doesn't work, needs to be fixed)
```
### Building with debug symbols