Skip to content

Instantly share code, notes, and snippets.

@sevki
Last active June 8, 2016 01:13
Show Gist options
  • Select an option

  • Save sevki/8a3d4b80cafb0c6009cc6fab7528ab47 to your computer and use it in GitHub Desktop.

Select an option

Save sevki/8a3d4b80cafb0c6009cc6fab7528ab47 to your computer and use it in GitHub Desktop.

get the branch

git clone git@github.com:sevki/harvey.git sevki-harvey
cd sevki-harvey
git checkout build-files

Install build

build can be installed by go get sevki.org/build/cmd/build or

./bootstrap.sh 

which will curl build in to util/build like so (only for linux)

curl -L http://sevki.co/get-build -o util/blaze
chmod +x util/blaze

when you have the build binary, you can build the kernel with

./util/blaze -v //:kernel

and run

./util/run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment