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
d5c58a3a
Commit
d5c58a3a
authored
8 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Patches
Plain Diff
update OSX build instructions
parent
ecf1dbc7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+30
-24
30 additions, 24 deletions
README.md
with
30 additions
and
24 deletions
README.md
+
30
−
24
View file @
d5c58a3a
...
...
@@ -82,7 +82,34 @@ http://l2ork.music.vt.edu/main/?page_id=56
Then follow the steps outlined here:
http://l2ork.music.vt.edu/main/?page_id=56#install-dev
#### OSX (work in progress)
#### OSX
Homebrew build (supported)
1.
Install
[
Homebrew
](
http://brew.sh
)
*(15 minutes)*
(asks for password twice-- once for command line tools, once for homebrew)
2.
Install the dependencies
*10 minutes*
:
<code>
brew install wget
brew install autoconf
brew install automake
brew install libtool
brew install fftw
brew install python
brew install fluidsynth
brew install lame
brew install libvorbis
brew install speex
brew install gsl
brew install libquicktime
brew install pkg-config
</code>
3.
git clone https://git.purrdata.net/jwilkes/purr-data.git
4.
Change to the directory
<code>
cd purr-data/l2ork_addons
</code>
5.
Run the installer
<code>
./tar_em_up.sh -X
</code>
6.
When the installer finishes, there should be a dmg file in
<code>
purr-data/packages/darwin_app
</code>
Macports build (unsupported, unfinished)
Time to build:
*1 day*
1.
Install Xcode from the Mac App Store.
*1.5 hours*
...
...
@@ -105,7 +132,6 @@ Time to build: *1 day*
sudo port install speex
sudo port install gsl
sudo port install libquicktime-devel
</code>
6.
Download the source code
*(3-6 minutes)*
Issue the following command to create a new directory "purr-data" and clone
...
...
@@ -125,28 +151,8 @@ git clone https://git.purrdata.net/jwilkes/purr-data.git</code>
12.
Run
`make install`
13.
In the app in the "build" directory, find the en.lproj/InfoPlist.strings
and change the CFBundleDisplayName and CFBundleName to "purr-data"
13.
To be continued...
Homebrew build
1.
Install
[
Homebrew
](
http://brew.sh
)
*(15 minutes)*
(asks for password twice-- once for command line tools, once for homebrew)
2.
Install the dependencies
*10 minutes*
:
<code>
brew install wget
brew install autoconf
brew install automake
brew install libtool
brew install fftw
brew install python
brew install fluidsynth
brew install lame
brew install libvorbis
brew install speex
brew install gsl
brew install libquicktime
brew install pkg-config
</code>
3.
git clone https://git.purrdata.net/jwilkes/purr-data.git
4.
remove plugin from LIB_TARGETS in externals/Makefile
14.
Note: the script
`embed-MacOSX-dependencies.sh`
doesn't work with
macports paths.
#### 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