1. Prepare your workspace
- Get an IDE – IDE comes from Integrated Development Enviroment.
There are many IDE’s you can choose from, but the most used is Adobe Flex . You can buy it or get a free 60 day trial. Or, you can use Flash Develop together with the Flex SDK which are free to use.
- Get the source – First of all you need to download Subversion Client. The most used is TortoiseSVN. You can get the latest version from here.
After installing TortoiseSVN follow this steps:
- Create a folder where you want to keep your source files ( ex: c:\AS3\PV3D);
- Go into that folder and Right Click. From the Context Menu select SVN Checkout…;
- In URL of Repository enter the following link:
http://papervision3d.googlecode.com/svn/trunk/as3/trunk/src
and click Ok. Please be patient as the download finishes in about 1 minute. Read more