The terminatorX prime source code repository is now hosted on github. The local mirror on terminatorX.org is still available as a backup.
To inspect the code or to start working on it, you can clone the terminatorX repository in order to get usable local copy with the following command:
git clone https://github.com/axkg/terminatorX.git
To compile terminatorX you should make sure that you have the development packages for the following libraries installed on your system:
- gtk+
- libxml
- ladspa-sdk
- xorg libs
- libcap (optional)
- liblrdf (optional)
- libaudiofile (optional)
- libvorbis (optional)
- libmad (optional)
A little typo there : “ldaspa-sdk” instead of “ladspa-sdk”
Fixed. Thanks for letting me know!