Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
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
Wynn
purr-data
Commits
a1a3912d
Commit
a1a3912d
authored
8 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Patches
Plain Diff
update README with rough sketch of OSX build instructions
parent
b91a5666
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+23
-2
23 additions, 2 deletions
README.md
with
23 additions
and
2 deletions
README.md
+
23
−
2
View file @
a1a3912d
...
...
@@ -95,12 +95,33 @@ Time to build: *1 day*
5.
Install the dependencies
*6 minutes*
:
<code>
sudo port install wget
sudo port install autoconf
sudo port install automake
</code>
sudo port install automake
sudo port install libtool
sudo port install fftw-3
sudo port install fftw-3-single
sudo port install python27
sudo port install fluidsynth
sudo port install lame
sudo port install speex
sudo port install gsl
</code>
6.
Download the source code
*(3-6 minutes)*
Issue the following command to create a new directory "purr-data" and clone
the repository to it:
<code>
git clone https://git.purrdata.net/jwilkes/purr-data.git
</code>
7.
To be continued...
7.
...
8.
Set the environment variables on the command line:
<code>
export CPATH=/opt/local/include
export LIBRARY_PATH=/opt/local/lib
</code>
9.
In externals/Makefile, remove the following libraries from from LIB_TARGETS:
*
plugin
*
hid
*
pdp
*
gem2pdp
10.
In packages/darwin_app/Makefile, remove rez_install from build instructions
11.
In packages/darwin_app/Makefile, comment out installation of libquicktime
9.
To be continued...
#### Windows 32-bit Using msys2
Time to build:
*roughly 1.5 hours-- 30 minutes of this is for Gem alone*
...
...
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