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`.