https://github.com/cyring/corefreq.gui
The CoreFreq GUI
https://github.com/cyring/corefreq.gui
Last synced: about 1 year ago
JSON representation
The CoreFreq GUI
- Host: GitHub
- URL: https://github.com/cyring/corefreq.gui
- Owner: cyring
- License: gpl-2.0
- Created: 2020-04-04T06:09:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T19:02:16.000Z (about 3 years ago)
- Last Synced: 2025-03-25T11:49:23.401Z (about 1 year ago)
- Language: C
- Size: 41 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CoreFreq GUI
## Build & Run
### Dependencies
* The [CoreFreq](https://github.com/cyring/CoreFreq) header files
* The GNU C Library
* The X/Window Xlib Library
* The FreeType Library (optional)
### Build
1. Software needed:
* GNU C Compiler with GNU extensions
* GNU Make tool
2. Clone the source code into a working directory.
```
git clone https://github.com/cyring/CoreFreq.gui.git
cd CoreFreq.gui
```
3. Build the programs.
```
make clean all
```
### Run
1. Start _CoreFreq_ then the GUI
```
./corefreq-gui
```
2. Stop the GUI
Press [CTRL]+[X] to stop the GUI.
# About
[CyrIng](https://github.com/cyring)
Copyright (C) 2015-2023 CYRIL COURTIAT
-------