mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 12:44:07 +00:00
8 lines
289 B
Markdown
8 lines
289 B
Markdown
|
# libao build instruction
|
||
|
wget https://github.com/ngn999/tslab_libao_library/archive/refs/heads/master.zip
|
||
|
unzip master.zip
|
||
|
cd tslab_libao_library
|
||
|
./configure CC="gcc -arch arm64 -arch x86_64"
|
||
|
make -j
|
||
|
install_name_tool -id @executable_path/../Frameworks/libao.dylib src/.libs/libao.dylib
|