Skip to content
Snippets Groups Projects
sources.md 1.59 KiB
Newer Older
<!--- Copyright 2013-2014 CS Systèmes d'Information
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
  
    http://www.apache.org/licenses/LICENSE-2.0
  
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
-->

Getting the sources
===================

Released versions
-----------------

In order to get the source for officially released versions, go to the
[Files](https://www.orekit.org/forge/projects/rugged/files) tab in Rugged
forge and select one of the rugged-{module}-x.y-src.zip files. The module
part is the module (you need at least the core module, but other modules
may be interesting for you too). The x.y part in the name specifies the version.

Development version
-------------------

The development of the Rugged project is done using the [Git](http://git-scm.com/)
source code control system. Rugged Git master repository is available online.

You can browse it using the [Repository](https://www.orekit.org/forge/projects/rugged/repository)
tab in Rugged forge
You can clone it anonymously with the command:
     git clone https://www.orekit.org/git/rugged-main.git
If you are a committer, you can clone it using your ssh credentials with the command:

     git clone ssh://git@www.orekit.org/rugged-main.git