Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Flachy Joe
purr-data
Commits
a1a3912d
Commit
a1a3912d
authored
Sep 13, 2016
by
Jonathan Wilkes
Browse files
update README with rough sketch of OSX build instructions
parent
b91a5666
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
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*
...
...
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