PCSX2 Documentation/PCSX2 Build Scripts: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 8: Line 8:
PCSX2 is a cross platform application, so there are some individuals who prefer using Windows development tools (Visual Studio) and some who prefer using Linux development tools (GNU Compiler Collection, etc). It can become a headache trying to sync project files from all these different tools, so there is a program called CMake which can actually generate project files for all these different platforms.
PCSX2 is a cross platform application, so there are some individuals who prefer using Windows development tools (Visual Studio) and some who prefer using Linux development tools (GNU Compiler Collection, etc). It can become a headache trying to sync project files from all these different tools, so there is a program called CMake which can actually generate project files for all these different platforms.


The build process is controlled by [https://github.com/PCSX2/pcsx2/blob/master/CMakeLists.txt This file here].
The CMake build process is controlled by [https://github.com/PCSX2/pcsx2/blob/master/CMakeLists.txt This file here].
ninja
782

edits

Navigation menu