A Drogon Dashboard built with C++ 17/20, GNU Autotools, Adwaita and GTK4.
License
- GPL-3.0
Requirements
- GCC
- GNU Autotools
- Pkg-Config
- Basic CLI Experience
- Gtkmm4 >= 4.0.0
- Adwaita >= 1.3.5
Steps to reproduce a Cpp Autotools Sandbox
- Run
autoreconf -vi. Tip: Run this command each time you modify configure.ac - Create a
builddirectory and auto configure the appcd build && ../configure. - Compile the app with
make. Tip: Be certain you are in the build directory - Run the app with
./drogon_dashboard. - Optional: Install the app to core system
make install. Tip: Root permissions may be needed depending on where you --prefix the install directory
Authors:
- SharpeTronics, Inc.
- oDinZu WenKi
Description
Languages
CMake
51.1%
C
48.9%