mirror of https://github.com/perkeep/perkeep.git
Update HACKING.
Change-Id: I50c3b0cced031cd45527263b74d440a9b4d7b2f8
This commit is contained in:
parent
49b08f9be2
commit
7a1a713d8d
8
HACKING
8
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):
|
||||
|
|
Loading…
Reference in New Issue