mirror of
https://github.com/ZDoom/ZMusic.git
synced 2024-11-13 00:04:11 +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
|
||||
mkdir ZMusic/build
|
||||
cd ZMusic/build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||
cmake . --build
|
||||
cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue