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
7f242440
Commit
7f242440
authored
10 years ago
by
sand
Browse files
Options
Downloads
Patches
Plain Diff
added compilation instructions to README
parent
d0e0b7b3
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
+37
-0
37 additions, 0 deletions
README.rst
with
37 additions
and
0 deletions
README.rst
+
37
−
0
View file @
7f242440
...
...
@@ -39,6 +39,43 @@ All background jobs are run as mapreduces: again the current
implementation is very simple and does not run workers on multiple
machines.
Building
--------
Dependencies:
- portaudio
- leveldb
- libtool
- fftw
- pcre
To build djrandom on GNU/Linux::
$ mkdir -p $GOPATH/src/git.autistici.org/ale
$ cd $GOPATH/src/git.autistici.org/ale
$ git clone https://git.autistici.org/ale/imms.git imms
$ cd imms
$ aclocal ; libtoolize ; automake --foreign --add-missing ; autoconf
$ ./configure && make && sudo make install
$ go get -d git.autistici.org/ale/djrandom
$ cd $GOPATH/src/git.autistici.org/ale/djrandom
$ go get -v ./...
$ ./mkclientdist.sh
To build only the client you can run the following command instead of
``go get -v ./...``::
$ go get -v ./client/...
To build djrandom on OS X you can install all the dependencies with
`homebrew`::
$ brew install portaudio leveldb libtool fftw pcre
You also have to use ``glibtoolize`` instead of ``libtoolize``::
$ aclocal ; glibtoolize ; automake --foreign --add-missing ; autoconf
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