Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 916 Bytes

File metadata and controls

57 lines (38 loc) · 916 Bytes

Phoenix: Build

Dependencies

To build Phoenix, you'll first want to ensure you've installed the necessary dependencies for your system:

Linux

Fedora

dnf install bash curl jq

Gentoo

emerge -av app-shells/bash net-misc/curl app-misc/jq

macOS

NOTE: 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

Windows

?

Build

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 Phoenix

From the root of the repository, download Phoenix's sources:

bash -x scripts/get_sources.sh

Finally, from the root of the repository, build Phoenix!:

bash -x scripts/build.sh