beacon icon indicating copy to clipboard operation
beacon copied to clipboard

Update the doc about building and running on macOS

Open lkuty opened this issue 4 months ago • 0 comments

On macOS M2, I had to point to the directory containing the CBQN library to build and run beacon. The directory where CBQN was installed on my system is /Users/ludo/Downloads/github/CBQN. Could you update the README ?

Building and running:

export DYLD_FALLBACK_LIBRARY_PATH=/Users/ludo/Downloads/github/CBQN
RUSTFLAGS='-L /Users/ludo/Downloads/github/CBQN' cargo run --release

lkuty avatar Feb 26 '24 10:02 lkuty