From c79ef01834f2b6d97558ac056300e33799eeb1bc Mon Sep 17 00:00:00 2001 From: Christopher Baker Date: Tue, 13 Aug 2013 09:42:31 +0900 Subject: [PATCH 1/2] Update README.md --- README.md | 44 ++++++++++++++++++++------------------------ 1 file changed, 20 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 3073307dcb6..1ddc46d2e58 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,20 @@ -[openFrameworks](http://openframeworks.cc/) -================ -openFrameworks is a C++ toolkit for creative coding - -Download --------- -To grab a copy of openFrameworks for your platform, check the [download page](http://openframeworks.cc/download) on the main site. - -The `master` branch of this repository corresponds to the most recent release, with a few differences: - -1. The release includes a simple openFrameworks project generator. -2. This GitHub repository contains code and libs for all the platforms, but the releases are done on a per-platform basis. -3. This GitHub repository has no project files for the different examples. They are generated automatically for each release using a tool in `apps/devApps/projectGenerator/`. - -How to ------- -If you want to work with the openFrameworks GitHub repository, you should use the project generator to create project files for all the code in `examples/`. -For per-platform readmes, and more informations, see [documentation](docs/table_of_contents.md). - -To set up the project generator submodule, use the command `git submodule init` then `git submodule update` whilst inside the openFrameworks repo. - -Versioning ----------- -openFrameworks uses [Semantic Versioning](http://semver.org/), although strict adherence will only come into effect at version 1.0.0. +UPDATE 12 August, 2013 +============= + +Raspberry Pi and other arm platforms are now supported natively in openFrameworks! +---- + +This repository and associated wiki will be kept unil the openFrameworks 0.9.0 release and will then be deleted. + +All users are encouraged to visit the openFrameworks Download page to get the latest release! + +http://www.openframeworks.cc/download/ + +Please use the new setup guide rather than the wiki on this website: + +http://www.openframeworks.cc/setup/raspberrypi/ + +Existing issues in this repository will be migrating to the main openFramworks issues page in the coming days / weeks. + +Thanks to all who made this possible, particularly @jvcleave @danthemellowman @arturoc @bakercp and everyone who posted issues and helped test! + From 903348fe836caa8fa0f351773d6066f8c204dbe1 Mon Sep 17 00:00:00 2001 From: Christopher Baker Date: Tue, 13 Aug 2013 09:43:44 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ddc46d2e58..a1596eb1602 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ All users are encouraged to visit the openFrameworks Download page to get the la http://www.openframeworks.cc/download/ -Please use the new setup guide rather than the wiki on this website: +Please use the new setup guide rather than the wiki attached to this repository: http://www.openframeworks.cc/setup/raspberrypi/