mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
Updated Compiling from source (markdown)
@@ -82,11 +82,11 @@ If Xcode is installed this is probably not necessary. Using Xcode to build cpumi
|
||||
|
||||
Install Homebrew from https://brew.sh/. Use Homebrew to install missing packages including GCC. On x86_64 CPUs replace `aarch64` with `x86_64` in targeted packages.
|
||||
|
||||
`% brew install aarch64-elf-binutils aarch64-elf-gcc gcc autoconf automake ca-certificates gettext git gmp isl jansson libmpc libunistring lz4 m4 mpfr pcre2 zstd`
|
||||
`% brew install aarch64-elf-binutils aarch64-elf-gcc gcc autoconf automake ca-certificates gettext gmp isl jansson libmpc libunistring lz4 m4 mpfr pcre2 zstd`
|
||||
|
||||
Homebrew compiles packages from source which can take a long time.
|
||||
|
||||
cpuminer-opt can now be compiled on ARM64 with the default Clang compiler.
|
||||
cpuminer-opt can now be compiled on MacOS ARM64 with the default Clang compiler.
|
||||
x86_64 requires using GCC.
|
||||
|
||||
There are many tutorials available on how to set a specific compiler, some are temporary and others are more persistent. The following will work for the existing terminal session.
|
||||
|
Reference in New Issue
Block a user