The Basic library needed to develop Fusion - Contains base classes.
To Build the Library, QT > 5 is required.
Its best to create a Fusion-Folder as root, and work in this directory. To build the project, do following steps:
- Create working directory and enter it:
mkdir Fusion; cd Fusion;
- get Lib Fusion Code
git clone https://github.com/FusionLauncher/LibFusion.git
- Build the Library `cd LibFusion; qmake; make; cd ..;``
- Ready to go!