From 7def61d46fddf5bb3b7d7b601847ea3707425b9d Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 27 Mar 2021 14:55:52 -0400 Subject: [PATCH] Update README for Windows --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc71b0fc0..e1a83567a 100644 --- a/README.md +++ b/README.md @@ -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`.