From cd9f8bd49d5ee94ee6c5297fc3219aaa78a5db5b Mon Sep 17 00:00:00 2001 From: Ivan Epifanov Date: Wed, 27 Jan 2021 18:18:42 +0300 Subject: [PATCH] Building --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6badb27c..75467951 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,12 @@ This repo contains patchsets for vita [openal-soft](https://openal-soft.org/) po Format is openal-soft--vita-.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 +```