X-Git-Url: http://nsz.repo.hu/git/?p=epoint;a=blobdiff_plain;f=README;h=e621ae80bdc0cf5dbe79e246a44f836c8bad83ad;hp=27b89ce06205d644f6760a9dfcb1352b89c369e0;hb=HEAD;hpb=bff669263f12e2f799387fdf92ab244cbbec6aac diff --git a/README b/README index 27b89ce..e621ae8 100644 --- a/README +++ b/README @@ -6,20 +6,20 @@ Source web: http://nsz.repo.hu/epoint git: - git clone git://nsz.repo.hu:45100/repo/epoint.git + git clone git://nsz.repo.hu:45100/repo/epoint Build ----- -epoint-server depends on a patched version of the latest go source -to get it (see http://golang.org/doc/install.html for details) run - hg clone https://go.googlecode.com/hg/ go +first a recent go build is needed (at least weekly.2012-01-15) + hg clone http://go.googlecode.com/hg/ go cd go/src - hg patch path/to/epoint-server/patches/*.diff + hg update weekly ./all.bash +(see http://golang.org/doc/install.html for details) -to build and install (into $GOROOT/bin) run +to build and install epoint (into $GOROOT/bin) run make