parent
2485edee9a
commit
e3f0cd8a00
1 changed files with 12 additions and 9 deletions
|
@ -1,9 +1,12 @@
|
||||||
To build:
|
-Get the draw.io project from github
|
||||||
|
-Navigate to drawio/etc/sandstorm
|
||||||
1) Setup environment for building as described in https://github.com/sandstorm-io/sandstorm-rawapi-example.
|
-Create a directory named build
|
||||||
You don't need clang, you have to use g++ instead. Build CnP from github, but Sandstorm stable is fine.
|
-Install vagrant-spk https://docs.sandstorm.io/en/latest/vagrant-spk/installation/
|
||||||
2) Follow any necessary steps from the draw.io main build README required to ensure the build is stable
|
-cd build
|
||||||
3) Create a ChangeLog entry with a version number and a timestamp
|
-vagrant-spk setupvm diy
|
||||||
4) Commit all changes and tag both the drawio and mxgraph2 modules using drawiosandstorm-m_n_r_b
|
-vagrant-spk vm up
|
||||||
5) Execute build.sh in this directory to the package
|
-Invoke ../stage.sh to stage the build files. gfind is gnu find on OS X.
|
||||||
6) In the build directory invoke 'spk publish package.spk' to submit for publishing
|
-Log into the vagrant box vagrant-spk vm ssh
|
||||||
|
-sudo apt-get install g++
|
||||||
|
-Install latest capnp https://capnproto.org/install.html
|
||||||
|
-In the build directory vagrant-spk dev
|
||||||
|
|
Loading…
Reference in a new issue