getting_started:macos
Table of Contents
Getting started - macOS (Advanced)
To install Wonderful on your computer, you will need:
- an Apple Silicon (M1 or above)-powered Mac device,
- the most recent version of macOS,
- the following command-line tools provided by your distribution: bash, git, make.
- Some scripts may expect the version of
bashprovided by Homebrew.
Downloads
Installation instructions
- Create the
/opt/wonderfuldirectory:sudo mkdir /opt/wonderful. - Give permissions to
/opt/wonderfulto your current user:sudo chown -R "$USER" /opt/wonderful.- This allows all subsequent commands, including
wf-pacmanupdates, to be executed without elevated permissions.
- Extract the bootstrap to
/opt/wonderful:cd /opt/wonderful/ && tar xzvf [path_to_bootstrap_tar_gz]. - Self-sign
wf-pacman:codesign --remove-signature /opt/wonderful/bin/wf-pacman && codesign -s - /opt/wonderful/bin/wf-pacman - Run
/opt/wonderful/bin/wf-pacman -Syu wf-tools(no sudo - you don’t need root!) to synchronize and update the toolchain’s package manager. - Run
source /opt/wonderful/bin/wf-envto configure the toolchain's environment variables.- See
Configuration → Environment variablesfor more information.
- Once complete, follow to the post-installation guide.
getting_started/macos.txt · Last modified: by asie
