Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wghost committed Mar 7, 2015
1 parent 3a08b51 commit 94cf9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Set of utilities to work with UPK files

How to compile under Linux:
===========================
Install gcc-c++ (g++) compiler, cmake, git and any wxGTK-devel v.2.9+ package available for your distribution repository. Aside from PatcherGUI, which isn't ready for Linux compilation yet, there is just one program which requires wxWidgets - DeserializeAll. Everything else should compile perfectly without wxGTK installed.
Install gcc-c++ (g++) compiler, cmake, git and any wxGTK-devel v.2.9+ package available for your distribution repository. There is one program which requires wxWidgets - DeserializeAll. Everything else should compile perfectly without wxGTK installed.

Clone github repo and compile UPKUtils project:
```
Expand All @@ -15,7 +15,7 @@ cd UPKUtils/build
cmake .
make
```
To compile XComLZO packer/unpacker:
To compile XComLZO packer/unpacker (you don't really need this unless you're trying to mod textures without TexMod):
```
cd UPKUtils/XComLZO/build
cmake .
Expand Down

0 comments on commit 94cf9d1

Please sign in to comment.