This is the Fusion Client. It's a GUI for the FusionLib.
Please note that this is still a very early version. Features may not work, and some things may work incorrectly.
To Build the Client and the required 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
- Get Client code
git clone https://github.com/FusionLauncher/FusionClient.git
- Build the Library
cd LibFusion; qmake; make; cd ..;
- Build the Client
cd FusionClient; qmake; make; cd ..;
- Ready to go!