From dee1126c5ab06a9c9fc52583b05f2eb2eb1673de Mon Sep 17 00:00:00 2001 From: SubaruWRC <ryan.lamothe@quantumworx.com> Date: Fri, 26 Sep 2014 14:47:24 -0700 Subject: [PATCH] Added some notes related to Getting Started --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 632d9c36..f8a09db9 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,27 @@ We plan to implement Binary downloads at [GitHub Releases](https://help.github.c Watch this space! +Getting Started +======= + +If you are an official Contributor than Clone the repository and work on it as needed. + +If you are an interested developer and just want to experiment with Aparapi then Fork the repository and submit Pull requests. + +Users: + +Download known working binary releases from [Aparapi Releases](https://github.com/aparapi/aparapi/releases). + +Developers: + +Every single project in Aparapi, including the root of the entire repository are Eclipse projects, althought execution entirely from the command-line is also supported. + +Steps: + +- Clone/Fork the repository to your local machine +- Import 'aparapi' to your Eclipse workspace making sure to import 'nested projects' +- Open the appropriate Ant build.xml files in your Eclipse Ant view + Thank you, -- GitLab