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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Sanket Bhukan
purr-data
Commits
3eac23ad
Commit
3eac23ad
authored
9 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Patches
Plain Diff
try adding a newline before msys2 command
parent
027d66db
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
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
3eac23ad
...
@@ -85,8 +85,8 @@ http://l2ork.music.vt.edu/main/?page_id=56#install-dev
...
@@ -85,8 +85,8 @@ http://l2ork.music.vt.edu/main/?page_id=56#install-dev
3.
Once the shell opens, we need to install the dependencies for building Purr Data. Issue the following command:
3.
Once the shell opens, we need to install the dependencies for building Purr Data. Issue the following command:
<code>
pacman -S mingw-w64-i686-toolchain mingw-64-i686-fftw mingw-64-i686-libvorbis mingw-w64-i686-ladspa-sdk mingw-w64-i686-dlfcn mingw-w64-i686-lame git make autoconf automake libtool mingw-w64-i686-libsndfile mingw-w64-i686-lua
</code>
<code>
pacman -S mingw-w64-i686-toolchain mingw-64-i686-fftw mingw-64-i686-libvorbis mingw-w64-i686-ladspa-sdk mingw-w64-i686-dlfcn mingw-w64-i686-lame git make autoconf automake libtool mingw-w64-i686-libsndfile mingw-w64-i686-lua
</code>
4.
Type
`exit`
in the shell and click the
`Enter`
key to close it, then reopen it from the menu.
4.
Type
`exit`
in the shell and click the
`Enter`
key to close it, then reopen it from the menu.
5.
Download the source code. Issue the following command to create a new directory "purr-data" and clone the repository to it:
5.
Download the source code. Issue the following command to create a new directory "purr-data" and clone the repository to it:
<code>
<code>
git clone https://puredata.osuosl.org/jwilkes/purr-data.git
</code>
git clone https://puredata.osuosl.org/jwilkes/purr-data.git
</code>
6.
We need to add a directory for the ASIO SDK. Issue the following command:
6.
We need to add a directory for the ASIO SDK. Issue the following command:
<code>
mkdir purr-data/pd/lib
</code>
<code>
mkdir purr-data/pd/lib
</code>
7.
Download the ASIO SDK
[
here
](
http://www.steinberg.net/en/company/developers.html
)
and extract it.
7.
Download the ASIO SDK
[
here
](
http://www.steinberg.net/en/company/developers.html
)
and extract it.
...
...
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