/PatcherGUI

A tool to install and maintain modifications for XCOM: EU/EW

Primary LanguageC++GNU General Public License v2.0GPL-2.0

PatcherGUI

A tool to install and maintain modifications for XCOM: EU/EW

How to compile under Linux:

Install gcc-c++ (g++) compiler, cmake, git and wxGTK-devel v.3.0+ package available for your distribution repository.

Clone github repo and compile the project:

git clone https://github.com/wghost/PatcherGUI.git
cd PatcherGUI/build
cmake .
make

PatcherGUI executable is placed into main project folder, so resulting directory/file structure should look like this:

PatcherGUI/
  binaries/
    DecompressLZO
    PatchUPK
  favicon.ico
  PatcherGUI
  PatcherGUIReadme.txt

DecompressLZO and PatchUPK are part of UPKUtils project: https://github.com/wghost/UPKUtils You need to build those separately and manually place them into binaries directory.

By default PatcherGUI looks for DecompressLZO and PatchUPK inside binaries directory, but this can be changed with "Advanced -> Settings" menu option.