Exposer-Gui is a Qt-based interface for the open-source project Exposer.
Here is some images.
Exposer-Gui depends on the following projects:
Here are the names of the packages needed for some distributions (subject to changes).
$ sudo pacman -S qt5 cmake git
download Qt5 (Make sure you ticked "QtCharts" on the installation);
$ sudo apt-get install cmake git
$ apt-get update
$ apt-get install qt5-default qt5-doc git gcc g++ cmake libqt5charts5* libqt5serial*
$ git clone https://github.com/patrickelectric/Exposer-Gui.git
$ cd Exposer-Gui
$ git submodule init
$ git submodule update
$ mkdir build && cd build
Run cmake .. -DCMAKE_PREFIX_PATH=/opt/Qt5.7.0/5.7/gcc_64
in Debian/Ubuntu 17.04- or
cmake ..
in Arch/Ubuntu 17.10+.
$ make
$ ./exposer-gui
Provided that you have doxygen installed, you may generate the documentation by running the following command:
$ make doc
The documentation will then be available under multiple formats in /doc/.
- Fork it.
- Create a branch (
git checkout -b my_markup
) - Commit your changes (
git commit -ams "Added something very cool"
) - Push to the branch (
git push origin my_markup
) - Open a Pull Request
- Enjoy a good book and wait 📖