mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
LibAudio: Install library and headers
This commit is contained in:
parent
a0e38922bd
commit
7c0fb91ca4
1 changed files with 8 additions and 0 deletions
8
Libraries/LibAudio/install.sh
Executable file
8
Libraries/LibAudio/install.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
SERENITY_ROOT=../../
|
||||
|
||||
mkdir -p $SERENITY_ROOT/Root/usr/include/LibAudio/
|
||||
cp ./*.h $SERENITY_ROOT/Root/usr/include/LibAudio/
|
||||
cp libaudio.a $SERENITY_ROOT/Root/usr/lib/
|
Loading…
Add table
Add a link
Reference in a new issue