| --- |
| layout: default_md |
| title: ActiveMQ-CPP Source |
| title-class: page-title-cms |
| type: cms |
| --- |
| |
| The ActiveMQ-CPP client code is maintained in a Git repository. |
| |
| ## Web Browsing of Git |
| |
| To browse via the web: |
| |
| ``` |
| https://gitbox.apache.org/repos/asf?p=activemq-cpp.git |
| ``` |
| |
| ## Checking out from Git |
| ``` |
| git clone https://gitbox.apache.org/repos/asf/activemq-cpp.git |
| ``` |
| |
| Only project developers can commit to the Git tree via this method. |
| |
| ### Branches |
| |
| We use the master for the next main release; then we use a branch for any bug fixes on the previous major release. You can look at a specific branch in Git. |
| |
| ## Building the code |
| |
| To then build the code see [Building](../building). |