Installation
From JUCE
Contents |
Using GIT to get a copy of JUCE
The entire JUCE repository is available on SourceForge and github:
To make a clone of the entire repository, you can use either:
git clone git://juce.git.sourceforge.net/gitroot/juce/juce (sourceforge) git clone git://github.com/julianstorer/JUCE.git (github)
Or to get just the latest version (much quicker than downloading the entire history!):
git clone --depth 1 git://juce.git.sourceforge.net/gitroot/juce/juce (sourceforge) git clone --depth 1 git://github.com/julianstorer/JUCE.git (github)
Plain old-fashioned ZIP download
You can download a zip file containing the last stable release from the JUCE downloads section on SourceForge.
Github also offers an option to download the repository as a zip file - there's a button for this on the project's main page.
You can unzip the code into a folder called "juce" and put it wherever you like on your system.
Using the Introjucer
The Introjucer is JUCE's tool for creating and managing JUCE projects, and it also includes a handy utility to let you download the latest (bleeding-edge) version of JUCE without needing to install GIT. To use this, just download a binary of the Introjucer from SourceForge, and run it - its 'update' menu contains an option to download JUCE.
Other useful links
The latest GIT commit-logs can be viewed here:
Both sites have facilities to let you register for notifications when the repository is updated.
To browse the JUCE source tree on SourceForge, click here.