To build Phoenix, you'll first want to ensure you've installed the necessary dependencies for your system:
dnf install bash curl jqemerge -av app-shells/bash net-misc/curl app-misc/jqNOTE: Homebrew must be installed (if is not already installed) before following the steps below.
/usr/bin/xcode-select --install
brew install gawk gnu-sed gnu-tar jq?Now, you'll want to get the Phoenix repository.
With git, you can use:
git clone --depth=1 git@codeberg.org:celenity/Phoenix.git && cd PhoenixFrom the root of the repository, download Phoenix's sources:
bash -x scripts/get_sources.shFinally, from the root of the repository, build Phoenix!:
bash -x scripts/build.sh