summarylogtreecommitdiffstats
path: root/worldeditor.install
diff options
context:
space:
mode:
authorJeromy Reimer2015-06-27 11:35:55 -0600
committerJeromy Reimer2015-06-27 11:35:55 -0600
commitb0562cce8fa05a0a7cf434159e557447a6c3230f (patch)
treed5cb76fe96a542159d8d45c531b98849c858ec38 /worldeditor.install
downloadaur-b0562cce8fa05a0a7cf434159e557447a6c3230f.tar.gz
Initial import
Diffstat (limited to 'worldeditor.install')
-rw-r--r--worldeditor.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/worldeditor.install b/worldeditor.install
new file mode 100644
index 000000000000..e450a48aec2e
--- /dev/null
+++ b/worldeditor.install
@@ -0,0 +1,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
+}