Guide:- Compiling PPSSPP on Windows for Dummies (updated for MSVC 2013)
|
08-11-2013, 09:33 PM
(This post was last modified: 08-11-2013 09:54 PM by Donel.)
Post: #6
|
|||
|
|||
RE: Guide:- Compiling PPSSPP on Windows for Dummies
Great guide, solarmystic, just a few suggestions:
- Make it clear that Git Bash's command prompt doesn't accept spaces nor accents in the path name, so none of the folders in the path can have spaces nor accents. - Between cloning the repository and getting the submodules, you must go to the master folder by executing a path command, in the guide's case: Code: cd /c/programming/ppsspp/ If you don't do that, you will get an error "fatal: Not a git repository (or any of the parent directories): .git" when trying to get the submodules or updating the repository. |
|||
« Next Oldest | Next Newest »
|