Skip to content
FOXX edited this page Feb 5, 2017 · 1 revision

Requirements

Ubuntu Packages

  • gcc
  • git
  • qt5-default
  • qt5-qmake

Commands

  • Clone the repo: git clone https://github.com/CountMurphy/Jerry-Rig.git
  • Change into directory: cd Jerry-Rig
  • Run qmake: qmake
  • Run make: make

The resultant file jerryrig will be outputted in the current directory.

Clone this wiki locally