Getting the source code
Release Tarballs
There are no tarball releases yet.
Source repository
APOC source code is stored in the freedesktop.org's Git repository, you can find more information about Git at the official git site. You can also browse the source code using the freedesktop.org git web interface.
You will need to use the Git client to download the APOC source repository. If you don't have git installed, please follow the Git installation instructions before proceedig. Once installed, run the following command to clone each of the APOC source component's git repository to your current working directory to create your local branch of the code.
SPI
Browse the code or retrieve the git repository:
$ git clone git://anongit.freedesktop.org/git/apoc-spi
Agent
Browse the code or retrieve the git repository:
$ git clone git://anongit.freedesktop.org/git/apoc-agent
Template Pacakges
Browse the code or retrieve the git repository:
$ git clone git://anongit.freedesktop.org/git/apoc-template-packages
Profile Editor
Browse the code or retrieve the git repository:
$ git clone git://anongit.freedesktop.org/git/apoc-profile-editor
Manager
Browse the code or retrieve the git repository:
$ git clone git://anongit.freedesktop.org/git/apoc-manager
(!) Once you have downloaded the source files, see building APOC from source.
Adapters
GConf Adapter
The source code of the GConf APOC adapter is hosted in the GNOME subversion repository, run the following command to checkout the code:
$ svn co http://svn.gnome.org/svn/gconf-apoc/trunk gconf-apoc