diff --git a/README.md b/README.md index 632d9c364544b55dde3546b292b3257a62d6f7eb..f8a09db984eb52b698cef0753ac8738f253f8f25 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,