mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
823baf135f
* ffmpeg 5.0.1 build with: ./configure --disable-programs --disable-swscale --disable-avdevice --disable-avfilter --enable-shared --disable-xlib * arm64 libraries build on my M1 Macbook Pro, and x86_64 build on github action * Qt6.2 produce an uniserval binary, so delete macos-m1.yml. * add Ad-Hoc code sign |
||
---|---|---|
.. | ||
include | ||
lib | ||
README.md |
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