Skip to content

Commit

Permalink
Add instructions for building the sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
Spl3en committed Jan 13, 2016
1 parent 7a935f9 commit 846c429
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,13 @@ Extract takes a decrypted IPF as argument and generates a list of files.
Some extension files aren't decrypted entirely ; In that case, only the MD5 of the decrypted is generated.

![HowTo](http://i.imgur.com/UJzXDZN.gif)


### Build the sources

If you want to build IPFUnpacker, I suggest using GCC - The code is compilable both under Windows and Linux.
Here is a quick guide how to compile the sources on Windows :
- Download MSYS2 (http://sourceforge.net/projects/msys2/files/latest/download)
- Open the mingw64_shell.bat in the MSYS2 installation folder
- Launch the command "pacman -S gcc make zlib-devel"
- You should now be able to compile the code using "make clean && make release" next to the Makefile in the root folder.

0 comments on commit 846c429

Please sign in to comment.