Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
nerrons
purr-data
Commits
df464075
Commit
df464075
authored
6 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Patches
Plain Diff
update linux build instructions
parent
e216f5a0
No related branches found
No related tags found
No related merge requests found
Pipeline
#1475
failed
6 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+13
-16
13 additions, 16 deletions
README.md
with
13 additions
and
16 deletions
README.md
+
13
−
16
View file @
df464075
...
@@ -110,7 +110,7 @@ at the beginning of the Makefile for more information.
...
@@ -110,7 +110,7 @@ at the beginning of the Makefile for more information.
#### Linux
#### Linux
Time to build:
*
40
minutes to 1.5 hours
*
Time to build:
*
10 minutes light install, 45
minutes to 1.5 hours
full install*
Hard drive space required:
*roughly 2.5 GB*
Hard drive space required:
*roughly 2.5 GB*
1.
Install the dependencies
1.
Install the dependencies
...
@@ -129,26 +129,23 @@ Hard drive space required: *roughly 2.5 GB*
...
@@ -129,26 +129,23 @@ Hard drive space required: *roughly 2.5 GB*
flite1-dev libgsm1-dev libgtk2.0-dev git libstk0-dev \
flite1-dev libgsm1-dev libgtk2.0-dev git libstk0-dev \
libsndobj-dev libfluidsynth-dev fluid-soundfont-gm byacc
libsndobj-dev libfluidsynth-dev fluid-soundfont-gm byacc
2.
Clone the Purr-Data repository
*(10 minutes)*
2.
The gui toolkit may require installing the following extra dependencies
sudo apt-get install gconf2 libnss3
git clone https://git.purrdata.net/jwilkes/purr-data.git
3.
Clone the Purr-Data repository
*(2 to 10 minutes)*
4.
Change to the directory
cd purr-data/l2ork_addons
5.
Run the installer
*(15 minutes)*
git clone https://git.purrdata.net/jwilkes/purr-data.git
Choose one of the following options:
*
to build a deb installer, type
`./tar_em_up.sh -B`
*
to build an rpi deb installer, type
`./tar_em_up.sh -R`
*
for a generic tar installer type
`./tar_em_up.sh -F`
6.
When the installer finishes, type
cd ..
4.
Compile the code
*(5 minutes to 1.5 hours)*
full
7.
There should now be a .deb file in your current directory
*
to build only the core:
`make light`
*(5 minutes)*
*
to build core and all externals:
`make all`
*(20 minutes to 1.5 hours)*
*
to build everything
*except*
Gem:
`make incremental`
*(10 to 20 minutes)*
5.
There should now be an installer file in the main directory of the repo.
If you're using an apt-based Linux distribution it will be an apt package.
Otherwise, it will be a tarball which you can unzip, enter, and run
`make install`
(as well as
`make uninstall`
to remove it).
To install using a pre-compiled binary, follow these instructions:
To install using a pre-compiled binary, follow these instructions:
http://l2ork.music.vt.edu/main/?page_id=56
http://l2ork.music.vt.edu/main/?page_id=56
...
...
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