Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 672 Bytes

INSTALL.md

File metadata and controls

16 lines (13 loc) · 672 Bytes

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 (for Linux, install the corresponding packages) :

pacman -S git gcc make zlib-devel
git clone https://github.com/r1emu/IPFUnpacker.git
cd IPFUnpacker
make clean && make release

The executable "ipf_unpack" should have been compiled fine and should be present inside your IPFUnpacker folder.