Fix typo in readme

This commit is contained in:
Thomas Goyne 2013-12-30 11:30:47 -08:00
parent 58f35cd31c
commit eb839ded82
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ All other dependencies are either stored in the repository or are included as su
Building:
1. Clone Aegisub's repository recursively to fetch it and all submodules: `git clone --recursive git@github.com:Aegisub/Aegisub.git`
2. Disable autocrlf for ffmpeg, as its build system manages to not support Windows newlines: `cd aegisub/deps/ffmpeg && config --local core.autocrlf && git rm --cached -r . && git reset --hard`
2. Disable autocrlf for ffmpeg, as its build system manages to not support Windows newlines: `cd aegisub/deps/ffmpeg && git config --local core.autocrlf && git rm --cached -r . && git reset --hard`
3. Open Aegisub.sln
4. Build the "! Update Dependencies" project
5. Open the properties for the Aegisub project and set the location of MSYS in Configuration Properties > Aegisub > Library paths