Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
purr-data
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pranay Gupta
purr-data
Commits
df464075
Commit
df464075
authored
Feb 11, 2019
by
Jonathan Wilkes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update linux build instructions
parent
e216f5a0
Pipeline
#1476
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
16 deletions
+13
-16
README.md
README.md
+13
-16
No files found.
README.md
View file @
df464075
...
...
@@ -110,7 +110,7 @@ at the beginning of the Makefile for more information.
#### 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*
1.
Install the dependencies
...
...
@@ -129,26 +129,23 @@ Hard drive space required: *roughly 2.5 GB*
flite1-dev libgsm1-dev libgtk2.0-dev git libstk0-dev \
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
4.
Change to the directory
cd purr-data/l2ork_addons
3.
Clone the Purr-Data repository
*(2 to 10 minutes)*
5.
Run the installer
*(15 minutes)*
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
git clone https://git.purrdata.net/jwilkes/purr-data.git
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:
http://l2ork.music.vt.edu/main/?page_id=56
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment