mirror of https://github.com/odrling/Aegisub
meson: update to reflect fixes in dependencies
This commit is contained in:
parent
bc079922c0
commit
a77f7d48df
|
@ -74,8 +74,7 @@ jobs:
|
|||
|
||||
- name: Configure (Windows)
|
||||
if: matrix.config.os == 'windows-latest'
|
||||
# -Dfreetype2:png=enabled is a workaround for https://savannah.nongnu.org/bugs/?59458
|
||||
run: meson build -Ddefault_library=static --force-fallback-for=zlib,harfbuzz -Dfreetype2:zlib=system -Dfreetype2:png=enabled -Dfreetype2:default_library=static -Dbuildtype=release
|
||||
run: meson build -Ddefault_library=static --force-fallback-for=zlib,harfbuzz -Dbuildtype=release
|
||||
|
||||
- name: Configure (MacOS)
|
||||
if: matrix.config.os == 'macos-latest'
|
||||
|
|
|
@ -32,7 +32,7 @@ All other dependencies are either stored in the repository or are included as su
|
|||
Building:
|
||||
|
||||
1. Clone Aegisub's repository: `git clone https://github.com/TypesettingTools/Aegisub.git`
|
||||
2. From the Visual Studio "x64 Native Tools Command Prompt", generate the build directory: `meson build -Ddefault_library=static -Dfreetype2:zlib=system -Dfreetype2:png=enabled -Dfreetype2:default_library=static`
|
||||
2. From the Visual Studio "x64 Native Tools Command Prompt", generate the build directory: `meson build -Ddefault_library=static`
|
||||
3. Build with `cd build` and `meson compile`
|
||||
|
||||
You should now have a binary at `src/aegisub.exe`.
|
||||
|
|
|
@ -5,3 +5,4 @@ revision = master
|
|||
|
||||
[provide]
|
||||
freetype = freetype2_dep
|
||||
freetype2 = freetype2_dep
|
||||
|
|
Loading…
Reference in New Issue