406
edits
|  (update for 3.6) | m (git checkout commands corrections and update to terragear) | ||
| Line 101: | Line 101: | ||
| <u>3.6</u> only: | <u>3.6</u> only: | ||
|   cd simgear.git |   cd simgear.git | ||
|   git checkout  |   git checkout release/3.6.0 | ||
| <u>3.6</u> and <u>GIT</u>: | <u>3.6</u> and <u>GIT</u>: | ||
| Line 116: | Line 116: | ||
| <u>3.6</u> only: | <u>3.6</u> only: | ||
|   cd flightgear.git |   cd flightgear.git | ||
|   git checkout  |   git checkout release/3.6.0 | ||
| <u>3.6</u> and <u>GIT</u>: | <u>3.6</u> and <u>GIT</u>: | ||
| Line 194: | Line 194: | ||
| <u>3.6</u> only: | <u>3.6</u> only: | ||
|   cd fgrun.git |   cd fgrun.git | ||
|   git checkout  |   git checkout release/3.6.0 | ||
| <u>3.6</u> and <u>GIT</u>: <br /> | <u>3.6</u> and <u>GIT</u>: <br /> | ||
| Line 269: | Line 269: | ||
| Compile TerraGear: | Compile TerraGear: | ||
|   cd $FG_SRC_DIR |   cd $FG_SRC_DIR | ||
|   git clone git://git. |   git clone git://git.code.sf.net/p/flightgear/terragear terragear.git | ||
|  cd terragear.git | |||
|  git checkout scenery/ws2.0 | |||
|   mkdir $FG_SRC_DIR/build-tg; cd $FG_SRC_DIR/build-tg |   mkdir $FG_SRC_DIR/build-tg; cd $FG_SRC_DIR/build-tg | ||
|   cmake -D CMAKE_INSTALL_PREFIX:PATH="$FG_INSTALL_DIR" $FG_SRC_DIR/terragear |   cmake -D CMAKE_INSTALL_PREFIX:PATH="$FG_INSTALL_DIR" $FG_SRC_DIR/terragear.git | ||
|   make -j2 install |   make -j2 install | ||
edits