2019-02-28 05:12:54 +07:00
|
|
|
# Ryzen controller
|
2019-02-27 02:06:13 +07:00
|
|
|
|
2019-03-02 00:00:04 +07:00
|
|
|
Thanks to https://github.com/FlyGoat/RyzenAdj and his author, ryzenadj.exe is now included.
|
|
|
|
No more need for multiple download =D
|
|
|
|
|
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-03-04 18:32:08 +07:00
|
|
|
- Go to [release page](https://gitlab.com/le.storm1er/ryzen-controller/releases)
|
|
|
|
- Download the latest RyzenControllerInstaller.exe
|
2019-02-28 14:11:03 +07:00
|
|
|
- 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
|
|
|
|
```
|