Skip to content

Commit

Permalink
build manually guide
Browse files Browse the repository at this point in the history
  • Loading branch information
alvindimas05 committed Aug 27, 2024
1 parent a55bbae commit c671a79
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ Run AMDHelper (Please run as sudo)
sudo amdhelper
```

### Building Manually

You want to change the code and build it manually? Here are the steps
1. Install Node.js 18.19.0 using [nvm](https://github.com/nvm-sh/nvm?tab=readme-ov-file#install--update-script)
(The version needs to be specific due to [nexe](https://github.com/nexe/nexe) Node.js version)
2. Install [bun](https://bun.sh/) runtime
3. Run ```bun run build```
4. Your build should be ready at ```build/amdhelper```

## Credits
- [VisualEhrmanntraut](https://github.com/VisualEhrmanntraut) for developing [NootedRed](https://github.com/ChefKissInc/NootedRed)
to support Hackintosh on AMD iGPU.
Expand Down

0 comments on commit c671a79

Please sign in to comment.