You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.2. Clone git repository and generate the Makefile using CMake
git clone https://github.com/Qfusion/qfusion.git
cd qfusion
git submodule update --init --recursive
cd source && cmake .
1.3. Run make
make
Once you have the git repository cloned and setup, you don't need to repeat steps 1.1 and 1.2. To keep your binaries updated, run the following commands (assuming you're in the root directory of the cloned repository):
git pull
git submodule update --recursive
cd source && make
1.4. Cleanup
You may also want to remove gdebi from your system: