ℹ️ This was initially a little project for my personal use. Please know what you are doing if you wish to install it. The next step would be to make it more comprehensive and easier to install.
- 25 minutes
- Pause
- Start
- Reset
- Can be set to always be on top of all windows.
Assuming you are in the directory containing the main.c
, run the following:
gcc-9 `pkg-config --cflags gtk+-3.0` -o main main.c `pkg-config --libs gtk+-3.0` -rdynamic -g -Wall
And then, launch the application with:
./main
ℹ️ Please make sure you understand what you are doing.
Locate the file src/frontend/frontend.c
, and change the path of the view.glade and style.css files to where they will be moved to on your machine.
For example, on my machine,
"src/frontend/view.glade"
needs to be changed to "/usr/local/share/main/view.glade"
and "src/frontend/style.css"
needs to be changed to "/usr/local/share/main/style.css"
.
Assuming you are in the directory containing the main.c
, run the following:
./configure
make
sudo make install
Assuming you are in the directory containing the main.c
, run the following:
make clean
sudo make uninstall
- C Language
- GNU Compiler
- GTK
- Glade
Contribution of any sort will be really appreciated 🙂.
Licensed under the GPLv3. See the LICENSE file for details.
Copyright 2021 lalande21185