From 7a1a713d8d774526d8f476781016eca3efe120e2 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 1 Jul 2013 16:02:45 -0700 Subject: [PATCH] Update HACKING. Change-Id: I50c3b0cced031cd45527263b74d440a9b4d7b2f8 --- HACKING | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/HACKING b/HACKING index 6b4d0a856..48de39e2e 100644 --- a/HACKING +++ b/HACKING @@ -22,15 +22,9 @@ $ git clone https://camlistore.org/r/p/camlistore (We use github for distribution and collaboration with some people, but the Gerrit git server & code review system is the main repo.) -After cloning it, move the top-level directory to be named -"camlistore.org" under your $GOPATH/src. (e.g. if your $GOPATH is -$HOME, put the Camlistore git repo at $HOME/src/camlistore.org) This -isn't required for normal users, but is assumed for people hacking on -Camlistore. - On Debian/Ubuntu, some deps to get started: -$ sudo apt-get install libsqlite3-dev sqlite3 pkg-config git make +$ sudo apt-get install libsqlite3-dev sqlite3 pkg-config git Then we use the following scripts to run a hermetic, self-contained environment independent (with its own config files & storage space):