Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 797 Bytes

File metadata and controls

32 lines (26 loc) · 797 Bytes

amdCTRL

amdCTRL is a program for overclocking the AMD Radeon VII under Linux. Alt text

Getting Started

Download the newest stable relase

Prebuilt Linux binaries are available through the git releases page.

Building it yourself

Start by cloning this project by opening a terminal and typing

git clone --recurse-submodules https://github.com/xhighway999/amdCTRL.git

Create a new Folder and name it build

mkdir build

Cd into that folder and run cmake

cd build && cmake -G "Ninja" ../

Build the Project

ninja

Done ! The binary is located under build/AmdCtrl.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.