This commit is contained in:
rcxpony
2025-08-21 13:06:32 +05:00
parent ab6061f5bf
commit 361964edf7

View File

@@ -1,10 +1,10 @@
# yggm
### Yggdrasil address miner
# How to build for CPU/GPU
### First, install gcc14. Then:
### First, install gcc14 and clang. Then:
```sh
git clone https://rcxpony.name/rcxpony/yggm.git && cd yggm
meson setup build -Dbuildtype=release && cd build
meson setup build -Dbuildtype=release --native-file native.ini && cd build
meson compile
./yggmc -t 10 // for CPU
./yggmcu -t 10 // for GPU