mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2025-09-04 12:57:43 +00:00
Missing comment in a bash command listing
parent
71ab06bb49
commit
b203334e35
|
@ -91,7 +91,7 @@ sudo apt-get install libc++abi-dev && sudo ln -s /usr/include/libcxxabi/__cxxabi
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
make
|
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
|
### Building with debug symbols
|
||||||
|
|
Loading…
Reference in a new issue