Skip to content
Snippets Groups Projects
Commit b95f50f8 authored by Sébastien Dinot's avatar Sébastien Dinot
Browse files

Taking into account comments on merge request !3.

parent 851c1b39
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,26 @@ quick studies up to critical operations. As a library, Orekit provides basic
elements (orbits, dates, attitude, frames, ...) and various algorithms to
handle them (conversions, propagations, pointing, ...).
## Download
### Official releases
[Official Orekit releases](https://gitlab.orekit.org/orekit/orekit/releases)
are available on our [Gitlab instance](https://gitlab.orekit.org/). They are
also available in the
[Maven repository](https://mvnrepository.com/artifact/org.orekit/orekit).
### Development version
To get the latest development version, please clone our official repository
and checkout the `develop` branch:
```bash
git clone -b develop https://gitlab.orekit.org/orekit/orekit.git
```
__Note:__ Our official repository is
[mirrored on Github](https://github.com/CS-SI/Orekit).
## Documentation
Project overview, architecture and development, detailed features list,
......@@ -24,6 +44,9 @@ can report bugs and suggest new features in our
## Contributing
Orekit exists thanks to the contribution of
[many people](https://gitlab.orekit.org/orekit/orekit/graphs/develop).
If you are interested in participating in the development effort, subscribe to
the [forum](https://forum.orekit.org/) and step up to discuss it. The larger
the community is, the better Orekit will be. The main rule is that everything
......@@ -39,10 +62,6 @@ More information is available in our
Detailed information on how to build Orekit from source either using Maven or
Eclipse is provided in [building.md](src/site/markdown/building.md) file.
[Official Orekit artifacts](https://mvnrepository.com/artifact/org.orekit/orekit)
are available on Maven public repository and on the
[Orekit web site](http://orekit.org/download.html).
* The [src/main/java](src/main/java) directory contains the library sources.
* The [src/main/resources](src/main/resources) directory contains the library
data.
......@@ -55,7 +74,7 @@ are available on Maven public repository and on the
example data.
* The [src/design](src/design) directory contains pieces for a UML model of
the library.
## Dependencies
Orekit relies on the following free software, all released under business
......@@ -70,7 +89,7 @@ friendly free licenses.
* [JUnit 4](http://www.junit.org/) from Erich Gamma and Kent Beck released
under the Eclipse Public License, version 1.0
* [Mockito](https://site.mockito.org/) from Szczepan Faber and others,
released under MIT license.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment