This repository has been archived on 2021-09-26. You can view files and clone it, but cannot push or open issues or pull requests.
IDG-A32X/INSTALL.md

21 lines
862 B
Markdown
Raw Normal View History

2017-10-25 06:11:44 +00:00
# INSTALL
2017-10-25 20:03:38 +00:00
## Prerequisites
2017-10-25 06:11:44 +00:00
Have at least following versions installed:
2019-01-03 19:14:08 +00:00
* FlightGear 2018.3.0 or newer
2017-10-25 06:11:44 +00:00
2017-10-25 20:03:38 +00:00
## Install using ZIP Snapshot
2017-10-25 10:19:29 +00:00
[Download](https://github.com/it0uchpods/IDG-A32X/archive/master.zip) the zip file.
2017-10-25 20:03:38 +00:00
Use your prefered archive utility to unzip the archive.
Move the unpacked directory to your aircraft directory. This can be FGData/Aircraft, or a custom directory you've specified.
2017-10-25 06:11:44 +00:00
2017-10-25 06:18:10 +00:00
Rename the directory to `IDG-A32X`.
2017-10-25 20:03:38 +00:00
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.
2017-10-25 06:11:44 +00:00
To update, delete the `IDG-A32X` directory and install the latest version.
## Install using git
2017-10-25 20:03:38 +00:00
Change to the aircraft directory.
2017-10-25 10:19:29 +00:00
Clone the repository with `git clone https://github.com/it0uchpods/IDG-A32X.git`
2017-10-25 06:11:44 +00:00
To update just run `git pull` in the `IDG-A32X` directory.