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-02 00:00:04 +07:00
|
|
|
- None, ryzenadj.exe is directly included in Ryzen Controller.
|
|
|
|
- Just use RyzenControllerInstaller.exe, it will install this software and create a shortcut on desktop and in start menu.
|
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
|
|
|
|
```
|