ryzen-controller/README.md

40 lines
586 B
Markdown
Raw Normal View History

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 05:12:54 +07:00
- Go to https://github.com/FlyGoat/RyzenAdj/releases
- Download the latest compiled version.
- Put the content into the bin folder where the "RyzenController.exe" is.
- So you have
```
RyzenFolder/
| RyzenController.exe
| | bin/
| | | ryzenadj.exe
| | | WinRing0x64.dll
| | | WinRing0x64.sys
```
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
```