1 |
|
2 |
Folder: /3rdparty |
3 |
|
4 |
This folder contains libraries written and (un?)maintained by people or parties |
5 |
outside the Pcsx2 DevTeam. Libraries or code snippets written by the PCSX2 team |
6 |
are housed in /common instead. |
7 |
|
8 |
Cross-Compilation: |
9 |
|
10 |
Most libraries includes in /3rdparty come as either default installations in Linux |
11 |
distributions, or are easily obtainable. Using the PCSX2 versions included here is |
12 |
optional in such cases, however using the distro-provided packages is not recommended. |
13 |
(using PCSX2 included versions may help resolve versioning issues). |
14 |
|
15 |
Note that wxWidgets includes *only* MSW projects and files. Linux and Mac platforms |
16 |
are assumed to have wx already available in your distributions. |
17 |
|
18 |
Modifications: |
19 |
|
20 |
Most of these libs in /3rdparty have been tailored slightly from the original |
21 |
forms downloaded from the net. So if you want to upgrade to a new version you |
22 |
will need to do a proper diff merge. Likewise, if you modify anything in a |
23 |
3rdparty library you should be sure to tag the modification with your sig or |
24 |
a "pcsx2" or something. Thirdly, you can use Svn Log to check for modifications, |
25 |
however folder renames or svn homesite changes may not have all relevant history |
26 |
necessary to make an accurate merge. |