File: install.rst

package info (click to toggle)
osgearth 2.7.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 49,960 kB
  • ctags: 18,411
  • sloc: cpp: 253,210; ansic: 43,140; xml: 1,637; objc: 405; makefile: 210; python: 29; sh: 20
file content (24 lines) | stat: -rw-r--r-- 825 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Building osgEarth
=================
osgEarth is a cross-platform library. It uses the  CMake cross-platform build system, version 2.8 or newer. This is the same build system that  OpenSceneGraph uses.

Get the source code
-------------------
#Option 1: Use GIT

osgEarth source is hosted on GitHub. You will need a git client to access it.
We recommend  TortoiseGit for Windows users.

To clone the repository, point your client at git://github.com/gwaldron/osgearth.git

#Option 2: Download a tarball

To download a tarball, visit http://github.com/gwaldron/osgearth/tags and select the one you want.


Get the dependencies
--------------------
Words can have *emphasis in italics* or be **bold** and you can define
code samples with back quotes, like when you talk about a command: ``sudo`` 
gives you super user powers!