Skip to content
Snippets Groups Projects
Commit 8019ba16 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

Merge branch 'fix-up-readme'

parents 9ddde963 d0475b86
No related branches found
No related tags found
No related merge requests found
......@@ -6,15 +6,14 @@ maintainers:
* Albert Graef <aggraef@gmail.com>
* Jonathan Wilkes <jancsika@yahoo.com>
[Downloads](https://github.com/jonwwilkes/purr-data/releases)
[Mailing List](http://disis.music.vt.edu/cgi-bin/mailman/listinfo/l2ork-dev)
* [Downloads](#downloads)
* [One Paragraph Overview](#one-paragraph-overview)
* [Three Paragraph Overview](#three-paragraph-overview)
* [Goals](#goals)
* [User Guide](#user-guide)
* [Relationship of Purr Data to Pure Data](#relationship-of-purr-data-to-pure-data)
* [Downloads](#downloads)
* [Build Guide](#build-guide)
* [Gnu/Linux](#linux)
* [OSX](#osx-64-bit-using-homebrew)
......@@ -32,8 +31,6 @@ create software graphically by drawing diagrams instead of writing lines of
code. These diagrams show how data flows through the software, displaying on
the screen what text-based languages require you to piece together in your mind.
### Three Paragraph Overview
Pd has been designed with an emphasis on generating sound, video,
......@@ -66,6 +63,16 @@ Pd-L2ork has the following goals:
documentation. We like documentation, so it follows that we like consistent
interfaces.
### User Guide
For a more in-depth look at Purr Data for new users and developers, see:
[https://agraef.github.io/purr-data-intro/Purr-Data-Intro.html](https://agraef.github.io/purr-data-intro/Purr-Data-Intro.html)
For more resources see:
[https://agraef.github.io/purr-data/](https://agraef.github.io/purr-data/)
### Relationship of Purr Data to Pure Data
There are three maintained distributions of Pure Data:
......@@ -82,11 +89,14 @@ There are three maintained distributions of Pure Data:
### Downloads
You can download a precompiled installer for Gnu/Linux, Windows, or OSX
from the following site:
For Ubuntu PPAs and Arch AUR:
[https://github.com/jonwwilkes/purr-data/releases](https://github.com/jonwwilkes/purr-data/releases)
[https://agraef.github.io/purr-data/#jgu-packages](https://agraef.github.io/purr-data/#jgu-packages)
Packages for Gnu/Linux, Windows, and OSX:
[https://github.com/jonwwilkes/purr-data/releases](https://github.com/jonwwilkes/purr-data/releases)
### Build Guide
**NOTE:** The instructions below talk about running the `tar_em_up.sh` build
......@@ -603,4 +613,4 @@ primitives (numbers, strings, and arrays). For the arrays, Javascript's array
notation is used. This is a highly idiosyncratic, quick-and-dirty approach.
But the point is that the idiosyncracy exists in a single file of the source
code, and can be easily made more modular (or replaced entirely by something
else) without affecting _any_ of the rest of the C code.
\ No newline at end of file
else) without affecting _any_ of the rest of the C code.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment