This repo contains Vagrant build environment setups for various distributions.
If you don't have Vagrant, you can set it up on macOS using Homebrew:
brew install virtualbox vagrant
Here are example steps that can be followed to build Planck on for a given distro:
cd ubuntu-14.04_64
vagrant up
vagrant ssh
git clone https://github.com/planck-repl/planck.git
cd planck
script/build
When you are finished with a VM you can remove it with vagrant destroy
.
Copyright © 2018–2022 Mike Fikes and Contributors
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.