An open API service indexing awesome lists of open source software.

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

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
-------