PCSX2 Documentation/Compiling on Windows: Difference between revisions

m
add arg to git clone example to automate fetching of xz submodule
(Remove "Files Necessary from Build for PCSX2's Execution" Section - That's also been outdated for a while.)
m (add arg to git clone example to automate fetching of xz submodule)
Line 151: Line 151:
<source lang="powershell">
<source lang="powershell">
cd /dev/projects
cd /dev/projects
git clone https://github.com/PCSX2/pcsx2.git pcsx2
git clone --recurse-submodules https://github.com/PCSX2/pcsx2.git pcsx2
</source>  
</source>  
*enter repository
*enter repository
ninja
1

edit