Writing my own decompiler for fun.
Clone the repository with git clone --recursive https://github.com/autun12/TitaniumDecompiler
.
If the repository was cloned non-recursively previously, use git submodule update --init
to clone the necessary submodules.
Start by cloning the repository with git clone --recursive https://github.com/autun12/TitaniumDecompiler
.
If the repository was cloned non-recursively previously, use git submodule update --init
to clone the necessary submodules.
TitaniumDecompiler uses Premake 5 as a build generation tool. Visit the Premake website to download and install it.
Next: Follow the steps relevant to your operating system.
libxcursor
libxrandr
libxinerama
libxi
zenity
To compile TitaniumDecompiler:
premake5 gmake2
make
On Arch and Arch derivative distributions
sudo pacman -S libxcursor libxrandr libxinerama libxi zenity
On Debian and Debian derivative distributions
sudo apt install libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libglu1-mesa-dev zenity
Currently does not support the Windows operating system.