This commit is contained in:
Ivan Epifanov
2021-01-27 18:18:42 +03:00
parent d9f5668968
commit cd9f8bd49d
+9
View File
@@ -5,3 +5,12 @@ This repo contains patchsets for vita [openal-soft](https://openal-soft.org/) po
Format is openal-soft-<openal_version>-vita-<patchset_version>.patch
For full source see vita-* branches
# building
```
mkdir build && cd build
cmake -DCMAKE_TOOLCHAIN_FILE=${VITASDK}/share/vita.toolchain.cmake -DCMAKE_BUILD_TYPE=Release ..
make install
```