2016-11-21 16:37:13 +00:00
|
|
|
- Get the draw.io project from github
|
|
|
|
- Navigate to `drawio/etc/sandstorm`
|
2016-11-21 16:38:22 +00:00
|
|
|
- Create a directory named `build`
|
|
|
|
- [Install vagrant-spk](https://docs.sandstorm.io/en/latest/vagrant-spk/installation/)
|
|
|
|
- `cd build`
|
|
|
|
- `vagrant-spk setupvm diy`
|
|
|
|
- `vagrant-spk vm up`
|
2016-11-28 15:44:01 +00:00
|
|
|
- `cd ..` `./stage.sh` to stage the build files. gfind is gnu find on OS X.
|
|
|
|
- Log into the vagrant box `cd build` `vagrant-spk vm ssh`
|
2016-11-28 15:21:51 +00:00
|
|
|
- `sudo apt-get update`
|
|
|
|
- `sudo apt-get install build-essential`
|
|
|
|
- `sudo apt-get install autoconf`
|
|
|
|
- `sudo apt-get install libtool-bin`
|
|
|
|
- `sudo apt-get install git`
|
2016-11-21 16:38:22 +00:00
|
|
|
- [Install latest capnp](https://capnproto.org/install.html)
|
2016-11-28 15:21:51 +00:00
|
|
|
- In the build directory `vagrant-spk dev`
|