2023-10-11 15:22:30 -04:00
2023-10-11 15:14:44 -04:00
2023-10-11 15:14:44 -04:00
2023-10-11 15:22:30 -04:00

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

  1. Run autoreconf -vi. Tip: Run this command each time you modify configure.ac
  2. Create a build directory and auto configure the app cd build && ../configure.
  3. Compile the app with make. Tip: Be certain you are in the build directory
  4. Run the app with ./drogon_dashboard.
  5. 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
This is a Drogon Content Management System(CMS) built on GTK4.
https://drogoncms.com
Readme 9.4 MiB
Languages
CMake 51.1%
C 48.9%