mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-01-31 12:50:48 +00:00
parent
95e6bfcd8c
commit
d8e6e28879
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ Compile instructions are pretty simple for most systems.
|
||||||
git clone https://github.com/coelckers/ZMusic.git
|
git clone https://github.com/coelckers/ZMusic.git
|
||||||
mkdir ZMusic/build
|
mkdir ZMusic/build
|
||||||
cd ZMusic/build
|
cd ZMusic/build
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||||
cmake . --build
|
cmake --build .
|
||||||
```
|
```
|
||||||
|
|
||||||
On Unix/Linux you may also supply `sudo make install` in the build folder to push the compiled library directly into the file system so that it can be found by the previously mentioned projects.
|
On Unix/Linux you may also supply `sudo make install` in the build folder to push the compiled library directly into the file system so that it can be found by the previously mentioned projects.
|
||||||
|
|
Loading…
Reference in a new issue