Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
70ccd7ee
Commit
70ccd7ee
authored
Sep 12, 2016
by
Jonathan Wilkes
Browse files
start adding osx build instructions
parent
bdd088f5
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
70ccd7ee
...
...
@@ -71,7 +71,7 @@ Pd-L2ork has the following goals:
### Installation Guide
#### Linux
Time to build:
*40 minutes to 1.5 hours*
To install using a pre-compiled binary, follow these instructions:
http://l2ork.music.vt.edu/main/?page_id=56
...
...
@@ -82,6 +82,26 @@ 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)
Time to build:
*1 day*
1.
Install Xcode from the Mac App Store.
*1.5 hours*
2.
Install Xcode command line tools in a terminal window
*4 minutes*
:
<code>
xcode-select --install
</code>
3.
Agree to the Xcode license in a terminal
window:
<code>
sudo xcodebuild -license
</code>
3.
Install
[
MacPorts
](
https://www.macports.org
)
*12 minutes*
4.
Check for updates:
<code>
sudo port selfupdate
</code>
5.
Install the dependencies
*6 minutes*
:
<code>
sudo port install wget
sudo port install autoconf
sudo port install automake
</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...
#### Windows 32-bit Using msys2
Time to build:
*roughly 1.5 hours-- 30 minutes of this is for Gem alone*
...
...
@@ -117,7 +137,7 @@ pacman -S autoconf automake git libtool \
git clone https://git.purrdata.net/jwilkes/purr-data.git
</code>
5.
Enter the purr-data/l2ork_addons directory
*(less than a minute)*
<code>
cd purr-data/l2ork_addons
</code>
6.
Finally, build Purr-Data
*(45-
5
0 minutes)*
<code>
6.
Finally, build Purr-Data
*(45-
8
0 minutes)*
<code>
./tar_em_up.sh -Z
</code>
7.
Look in purr-data/packages/win32_inno/Output and click the setup file to
start installing Purr Data to your machine.
...
...
Write
Preview
Supports
Markdown
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