Skip to content
Extraits de code Groupes Projets
Valider 858a8583 rédigé par Thomas Goyne's avatar Thomas Goyne
Parcourir les fichiers

Fix typo in readme

parent a63bd5c1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -28,7 +28,7 @@ All other dependencies are either stored in the repository or are included as su ...@@ -28,7 +28,7 @@ All other dependencies are either stored in the repository or are included as su
Building: Building:
1. Clone Aegisub's repository recursively to fetch it and all submodules: `git clone --recursive git@github.com:Aegisub/Aegisub.git` 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 3. Open Aegisub.sln
4. Build the "! Update Dependencies" project 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 5. Open the properties for the Aegisub project and set the location of MSYS in Configuration Properties > Aegisub > Library paths
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter