Google Visualizations Install Instructions
Dave Carroll has already written a great instruction manual for installing the Facebook Toolkit in a Developer Edition org. I've copied his instructions, and modified it for the purposes of this project. You may want to refer to Dave's instructions for additional context.
Steps to Checkout
- Install Subclipse
- Create a Force.com project configured for your Developer Edition org.
- In the Force.com IDE, choose the SVN Repository Exploring perspective in the upper right-hand corner.
- If this is not available, go to the Window menu, select "Open Perspective", choose "Other", then from the menu that appears, select "SVN Repository Exploring".
- If this is not available, go to the Window menu, select "Open Perspective", choose "Other", then from the menu that appears, select "SVN Repository Exploring".
- Right-click in the SVN Repository Explorer and select New -> Repository Location.
- Specify the URL of the repository:
- Click Finish.
- Expand the SVN repository until you see the GoogleVisualizations folder.
- Right-click on the src folder and choose Export.
- For the export directory, click the Browse button and navigate to the project in the file system. (You should select the project directory in this step, and not the src sub-directory.)
- Click 'Ok'.
- Use the pull-down menu in the upper right-hand corner of the IDE to switch to the Force.com perspective.
- If this is not available, go to the "Window" menu, select "Open Perspective", choose "Other", from the menu that appears, select "Force.com".
- If this is not available, go to the "Window" menu, select "Open Perspective", choose "Other", from the menu that appears, select "Force.com".
- Right click the src folder in your IDE project and select Refresh. This will update your workspace with the files retrieved from SVN.
- Right click the src folder again, and select Force.com > Save to Server. This will update the server with the files retrieved from SVN.
- Verify that your project builds without error.