Skip to content

Releases: rbdannenberg/arco

arco_src_for_build_everything_cmd.zip

18 Jun 23:01
Compare
Choose a tag to compare

This file is a mac-only "installer" that attempts to build Serpent and Arco automatically. For this approach:

  1. Create a build directory, e.g. in your home directory:
    mkdir ~/build
    (Do not put build in your Download, Applications, or Desktop directories.)
  2. Move arco_src_for_build_everything.zip to build, e.g.
    mv Downloads/arco_src_for_build_everything.zip ~/build
  3. Go to the build directory:
    cd ~/build
  4. 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
  5. Run the script to build everything:
    cd arco; ./build_everything_cmd.sh
  6. You will be prompted to install serpent64 and wxserpent64 - it's your choice.
  7. 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.