* initial work on docs * fix DOCKER_VERSION * update location * add the path **properly** * Update docs workflow
2.1 KiB
2.1 KiB
macOS
Building on linux has been tested on
macos-14(github runner)MacOS 15.0.1 Sequoia(Native)debian:bookworm(docker tag)
Install dependencies
$ # install xcode 15.4 (or current latest) $ brew install ccache unbound boost@1.76 zmq autoconf automake libtool $ brew link boost@1.76 $ # install xcode 15.4 (or current latest) $ brew install ccache unbound boost@1.76 zmq autoconf automake libtool $ brew link boost@1.76 $ arch -x86_64 brew install ccache unbound boost@1.76 zmq autoconf automake libtool $ arch -x86_64 brew link boost@1.76 $ apt update $ apt install -y build-essential pkg-config autoconf libtool \ ccache make cmake gcc g++ git curl lbzip2 libtinfo5 gperf \ python-is-python3Prepare source
If you are running in docker or have not configured git you may need to do the following:
git config --global --add safe.directory '*' git config --global user.email "ci@mrcyjanek.net" git config --global user.name "CI mrcyjanek.net"
$ git clone https://github.com/mrcyjanek/monero_c --recursive
$ cd monero_c
$ ./apply_patches.sh monero