You need to sign in or sign up before continuing.
Commit 1c73ac80 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf openal-soft-1.21.1.tar.gz
cd openal-soft-1.21.1/build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
$(MAKE) -C openal-soft-1.21.1/build
$(MAKE) -C openal-soft-1.21.1/build install
rm -rf openal-soft-1.21.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment