PCSX2 Documentation/Compiling on Windows: Difference between revisions

Jump to navigation Jump to search
(Remove Miscellaneous PCSX2 Compiling Options section, the target build directory stuff does not work anymore.)
(Remove "Files Necessary from Build for PCSX2's Execution" Section - That's also been outdated for a while.)
Line 187: Line 187:


When all else fails, the error log and output screens can be a wealth of information. Even if you're not a developer, you can look at the error log and extrapolate what files are involved in the error you're having. Once you know that, search for the files and see if any of them are in the directories that are supposed to be configured in the search paths -- if so, go verify in your VC++ Directories setting that you have properly entered the dependency directories. Mistyping the directory names, including the wrong directory, or overlooking a directory is one of the most common causes of build failure and can be easily and quickly fixed. If that doesn't work, post about your experiences on the PCSX2 forum under the relevant topic and someone should be able to help you out.
When all else fails, the error log and output screens can be a wealth of information. Even if you're not a developer, you can look at the error log and extrapolate what files are involved in the error you're having. Once you know that, search for the files and see if any of them are in the directories that are supposed to be configured in the search paths -- if so, go verify in your VC++ Directories setting that you have properly entered the dependency directories. Mistyping the directory names, including the wrong directory, or overlooking a directory is one of the most common causes of build failure and can be easily and quickly fixed. If that doesn't work, post about your experiences on the PCSX2 forum under the relevant topic and someone should be able to help you out.
==Files Necessary from Build for PCSX2's Execution==
PCSX2 only requires a few files in order to execute. Other files are required in order for it to function as an emulator, such as the plug-in files, but in this section I am referring only to which files are required in order for PCSX2 to execute successfully without errors.
Git Build Files. The current Git build requires the following files in order to execute:
pcsx2.exe
w32pthreads.v3.dll
gnu_gettext.dll
If you will be using a debug build of GSdx, the following additional file is necessary and must be put into your pcsx2\bin directory:
glew32.dll


==Stopping Unwanted Components from Compiling==
==Stopping Unwanted Components from Compiling==