diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 676dcff..32d7870 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -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