mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
git-svn-id: http://pcsx2.googlecode.com/svn/branches/pcsx2_0.9.2@159 96395faa-99c1-11dd-bbfe-3dabce05a288
24 lines
414 B
Text
24 lines
414 B
Text
Pcsx2 Emulator
|
|
|
|
Windows Compilation
|
|
-------------------
|
|
|
|
Goto windows/VCprojects, open up the appropriate sln and compile
|
|
|
|
Linux Compilation
|
|
-----------------
|
|
|
|
[Currently in beta stages]
|
|
|
|
in the main directory type:
|
|
aclocal
|
|
autoconf
|
|
automake
|
|
./configure [options]
|
|
make
|
|
|
|
|
|
[options] include
|
|
|
|
--enable-debug {Build with symbols and no optimizations}
|
|
--enable-devbuild {Build with extra tests}
|