mirror of https://github.com/odrling/Aegisub
Update README for Windows
This commit is contained in:
parent
3dfc553880
commit
7def61d46f
|
@ -32,8 +32,8 @@ 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 -Db_lto=true`
|
||||
3. Build with `cd build` and `meson compile`
|
||||
2. From the Visual Studio "x64 Native Tools Command Prompt", generate the build directory: `meson build -Ddefault_library=static` (if building for release, add `--buildtype=release`)
|
||||
3. Build with `cd build` and `ninja`
|
||||
|
||||
You should now have a binary: `aegisub.exe`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue