Releases: rbdannenberg/arco
Releases · rbdannenberg/arco
arco_src_for_build_everything_cmd.zip
This file is a mac-only "installer" that attempts to build Serpent and Arco automatically. For this approach:
- Create a build directory, e.g. in your home directory:
mkdir ~/build
(Do not put build in your Download, Applications, or Desktop directories.) - Move
arco_src_for_build_everything.zip
tobuild
, e.g.
mv Downloads/arco_src_for_build_everything.zip ~/build
- Go to the build directory:
cd ~/build
- unzip this file (ignore the source files generated by github, you only need
arco_src_for_build_everything.zip
).
unzip arco_src_for_build_everything_cmd.zip
- Run the script to build everything:
cd arco; ./build_everything_cmd.sh
- You will be prompted to install
serpent64
andwxserpent64
- it's your choice. - If successful, you will see instructions on how to run
arco/apps/test/daserpent.app
. This is the only Arco program that is built by the script.