A3XX: Update INSTALL.md
This commit is contained in:
parent
c1ee6a0f0a
commit
aa791c338a
1 changed files with 7 additions and 19 deletions
26
INSTALL.md
26
INSTALL.md
|
@ -1,32 +1,20 @@
|
||||||
# INSTALL
|
# INSTALL
|
||||||
## pre-requisites
|
## Prerequisites
|
||||||
Have at least following versions installed:
|
Have at least following versions installed:
|
||||||
* Flightgear >= 2017.3.0
|
* FlightGear 2017.3.0 or newer
|
||||||
|
|
||||||
## Install using zip
|
## Install using ZIP Snapshot
|
||||||
[Download](https://github.com/it0uchpods/IDG-A32X/archive/master.zip) the zip file.
|
[Download](https://github.com/it0uchpods/IDG-A32X/archive/master.zip) the zip file.
|
||||||
Change to the download directory and do `unzip IDG-A32X-master.zip` or use your prefered graphical tool to unpack the .zip file.
|
Use your prefered archive utility to unzip the archive.
|
||||||
Move the unpacked directory to the Aircraft directory. Depending on your System it's located in diffrence places:
|
Move the unpacked directory to your aircraft directory. This can be FGData/Aircraft, or a custom directory you've specified.
|
||||||
* Windows `<Flightgear install directory>\data\Aircraft\`
|
|
||||||
* Linux
|
|
||||||
* `~/.fgfs/Aircraft/` (The `.fgfs` directory is created when runing Flightgear the first time)
|
|
||||||
* `/usr/share/games/flightgear/Aircraft/` (Debian/Ubuntu)
|
|
||||||
* `/usr/share/flightgear/Aircraft/` (Fedora)
|
|
||||||
|
|
||||||
Rename the directory to `IDG-A32X`.
|
Rename the directory to `IDG-A32X`.
|
||||||
Make sure that the `IDG-A32X` directory does not contain another one (this can happen with winrar). If so, move the inner `IDG-A32X` directory outside
|
Make sure that the `IDG-A32X` directory does not contain another one (this can happen with WinRAR). If so, move the inner `IDG-A32X` directory outside.
|
||||||
|
|
||||||
To update, delete the `IDG-A32X` directory and install the latest version.
|
To update, delete the `IDG-A32X` directory and install the latest version.
|
||||||
|
|
||||||
## Install using git
|
## Install using git
|
||||||
Change to the Aircraft directory. Depending on your System it's located in diffrence places:
|
Change to the aircraft directory.
|
||||||
* Windows `<Flightgear install directory>\data\Aircraft\`
|
|
||||||
* Linux
|
|
||||||
* `~/.fgfs/Aircraft/` (The `.fgfs` directory is created when runing Flightgear the first time)
|
|
||||||
* `/usr/share/games/flightgear/Aircraft/` (Debian/Ubuntu)
|
|
||||||
* `/usr/share/flightgear/Aircraft/` (Fedora)
|
|
||||||
|
|
||||||
|
|
||||||
Clone the repository with `git clone https://github.com/it0uchpods/IDG-A32X.git`
|
Clone the repository with `git clone https://github.com/it0uchpods/IDG-A32X.git`
|
||||||
|
|
||||||
To update just run `git pull` in the `IDG-A32X` directory.
|
To update just run `git pull` in the `IDG-A32X` directory.
|
||||||
|
|
Reference in a new issue