David Benson 37d96c9a1e Update README.md 8 年之前
..
images 7f72f73d9e 5.6.0.1 release 9 年之前
ChangeLog 6fdcd8316d Sandstorm updates 9 年之前
Makefile 4c4d1ca664 5.7.2.2 release 8 年之前
README.md 37d96c9a1e Update README.md 8 年之前
build.sh a3d36b79da 5.6.0.4 release 9 年之前
description.md 6fdcd8316d Sandstorm updates 9 年之前
pgp-keyring 6fdcd8316d Sandstorm updates 9 年之前
pgp-signature bd228b13be 5.6.0.4 release 9 年之前
rootFiles b5e1fcbcf4 6.0.1.7 release 8 年之前
sandstorm-pkgdef.capnp fde9f2e64f Corrections to build 8 年之前
server.c++ c6dce180a6 Properly support gzipped assets. 8 年之前
shortDesc.txt 7f72f73d9e 5.6.0.1 release 9 年之前
ssindex.html dbd192ef09 5.7.2.5 release 8 年之前
stage.sh c6dce180a6 Properly support gzipped assets. 8 年之前

README.md

  • Get the draw.io project from github
  • Navigate to drawio/etc/sandstorm
  • Create a directory named build
  • Install vagrant-spk
  • cd build
  • vagrant-spk setupvm diy
  • vagrant-spk vm up
  • 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
  • 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
  • Install latest capnp
  • In the build directory vagrant-spk dev