2019-02-28 05:12:54 +07:00
|
|
|
# Ryzen controller
|
2019-02-27 02:06:13 +07:00
|
|
|
|
2019-02-28 05:12:54 +07:00
|
|
|
## For users
|
2019-02-27 02:06:13 +07:00
|
|
|
|
2019-02-28 05:12:54 +07:00
|
|
|
### Pre-requisite
|
2019-02-27 02:06:13 +07:00
|
|
|
|
2019-02-28 14:11:03 +07:00
|
|
|
- Go to https://github.com/FlyGoat/RyzenAdj/releases and download the latest compiled version.
|
|
|
|
- Execute Ryzen Controller, go select ryzenadj.exe into settings tab.
|
|
|
|
- Enjoy!
|
2019-02-27 02:06:13 +07:00
|
|
|
|
2019-02-28 05:12:54 +07:00
|
|
|
## For developpers
|
2019-02-27 02:06:13 +07:00
|
|
|
|
2019-02-28 05:12:54 +07:00
|
|
|
### Pre-requisite
|
2019-02-27 02:06:13 +07:00
|
|
|
|
2019-02-28 05:12:54 +07:00
|
|
|
- NodeJS v10.15.1 or newer.
|
2019-02-27 02:06:13 +07:00
|
|
|
|
2019-02-28 05:12:54 +07:00
|
|
|
### Installation
|
2019-02-27 02:06:13 +07:00
|
|
|
|
|
|
|
```bash
|
2019-02-28 05:12:54 +07:00
|
|
|
$> cd project
|
|
|
|
$> npm install
|
|
|
|
$> npm start
|
2019-02-27 02:06:13 +07:00
|
|
|
```
|
|
|
|
|
2019-02-28 05:12:54 +07:00
|
|
|
### Build
|
2019-02-27 02:06:13 +07:00
|
|
|
|
2019-02-28 05:12:54 +07:00
|
|
|
```bash
|
|
|
|
$> cd project
|
|
|
|
$> npm run-script build
|
|
|
|
```
|