GitXplorerGitXplorer
n

dlite

public
2339 stars
53 forks
25 issues

Commits

List of commits on branch master.
Verified
d0ee08c326039e7c8e8586580fd4536e38ec9fdb

Update README.md

nnlf committed 7 years ago
Unverified
583a128c2d523c3789b8cb7a49c66eb0769b4422

bump version

nnlf committed 8 years ago
Unverified
b97a34e10b1587fa8022cab4100f06a435bd5355

silly travis

nnlf committed 8 years ago
Unverified
c59655101e584c717f7470f316ac0e51116db00d

update travis build

nnlf committed 8 years ago
Unverified
92ac5eff73f888a89034d05755e10e23b235e3df

update docs

nnlf committed 8 years ago
Unverified
677a3f847a631999d45ddd1c2ac8db47f3360d5f

update hyperkit + docs

nnlf committed 8 years ago

README

The README file for this repository.

DLite

THIS PROJECT NEEDS A NEW MAINTAINER - I have stopped using OSX and no longer have time to continue to work on this. Open an issue if you're interested.

this branch represents the latest beta version. the stable version can be found in the legacy branch.

Building

install dependencies

brew install opam golang libev
opam init
eval `opam config env`
opam install uri qcow.0.7.0 conf-libev logs fmt qcow-format
go get -u github.com/jteeuwen/go-bindata/...
git submodule init
git submodule update

update dependencies (use this if you've already built the project before)

git submodule foreach git pull origin master
opam update
opam upgrade

build the binary

go generate
go build