Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
djrandom
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ale
djrandom
Commits
c0de2b22
Commit
c0de2b22
authored
9 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
update build instructions to use godep
parent
e3ed7533
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+7
-7
7 additions, 7 deletions
README.rst
with
7 additions
and
7 deletions
README.rst
+
7
−
7
View file @
c0de2b22
...
...
@@ -45,6 +45,7 @@ Building
Base dependencies:
- Go (at least version 1.2)
- godep
- LevelDB
Note that the LevelDB version in Debian wheezy is too old with
...
...
@@ -70,14 +71,15 @@ the ``libav`` suite (``avconv``).
On a Debian-based system, ``apt-get install libav-tools portaudio19-dev``
should do.
* install the
Go package dependencies:
:
* install the
``godep`` tool
:
$ cd $GOPATH/src/git.autistici.org/ale/djrandom
$ go get ./client/...
$ export PATH=$PATH:$GOPATH/bin
$ go get github.com/tools/godep
* install the client binaries::
$ go install ./client/...
$ go
dep
install ./client/...
You should now have ``djplay``, ``djupload`` and ``djmpd`` in ``$GOPATH/bin``.
...
...
@@ -118,10 +120,8 @@ You should now be able to build all the server-side tools with::
$ cd ../djrandom
$ make
$ go get -v ./server/...
$ go install -v ./server/...
$ go get -v ./mapreduce/...
$ go install -v ./mapreduce/...
$ godep install ./server/...
$ godep install ./mapreduce/...
Running the upload client
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment