summarylogtreecommitdiffstats
path: root/worldeditor.install
blob: e450a48aec2e516aa55a4dd747a46017edc5105c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
post_install() {
echo $'
X-Plane itself does not need to be installed before using WED. However, WED will require that you choose the X-Plane folder before it will allow you to do anything. Create a working directory with the following structure before starting WED for the first time.

working directory <-- Pick a name
   |--Custom Scenery
   |--Global Scenery
   |--Resources
         |--default scenery

NOTICE: WED looks for this specific directory structure and specific directory names !

Click "Choose X-Plane folder". Select the working directory for the X-Plane folder.
'
echo "To execute this application from terminal use the following command \"LD_PRELOAD=libcurl.so.3 WED\""
echo
}