From 361964edf705506c869df9563d40a46914e6ccf0 Mon Sep 17 00:00:00 2001 From: rcxpony Date: Thu, 21 Aug 2025 13:06:32 +0500 Subject: [PATCH] owo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 104774a..ad2714f 100644 --- a/README.md +++ b/README.md @@ -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