@@ -2,10 +2,9 @@ X-Plane Scenery Tools README
2
2
====================================================================
3
3
4
4
The X-Plane Scenery Tools (XPTools) code base is the source code tree for all
5
- of the Laminar Research scenery creation/editing tools. This code does not
6
- include X-Plane and the "X-Apps" (PlaneMaker, WorldMaker, AirfoilMaker, and
7
- Briefer). It does include source to the ac3d x-plane plugin, WED, the various
8
- tools and our global scenery generator RenderFarm.
5
+ of the Laminar Research scenery creation/editing tools. This does not
6
+ include X-Plane, Plane Maker, or Airfoil Maker. It does include source to WorldEditor (WED),
7
+ and our global scenery generator RenderFarm, and other tools.
9
8
10
9
The latest info on basic usage of this repository can be found [ on the X-Plane
11
10
Developer site] ( https://developer.x-plane.com/code/ ) .
@@ -16,13 +15,13 @@ Licensing and Copyright
16
15
17
16
The code original to Laminar Research lives in the sub-directory "src" and is licensed
18
17
under the MIT/X11 license. If you find a source file with no copyright, or double/
19
- conflicting copyright, please report this (see contact info below)--- this is
18
+ conflicting copyright, please report this (see contact info below)— this is
20
19
probably a clerical error.
21
20
22
21
The directory ` libs ` contains tarballs of a number of publicly available open
23
- source libraries--- they are included for convenience in building. I believe
22
+ source libraries— they are included for convenience in building. I believe
24
23
that all of the libsrc libraries are under either an MIT/X11-type or GPL-type
25
- license--- if you find a library that is incompatible with WED's licensing,
24
+ license— if you find a library that is incompatible with WED's licensing,
26
25
please report this.
27
26
28
27
Build materials are in the root directory.
@@ -46,9 +45,8 @@ Top Level File Structure
46
45
- Microsoft Visual Studio 2017 project files for Windows
47
46
- codeblocks
48
47
- code::blocks project file to build WED for Linux
49
-
50
48
- msvc_libs
51
- - subrepo with pre-compiled 3rd party libraries, only used under Window .
49
+ - subrepo with pre-compiled 3rd party libraries, only used on Windows when compiling with Visual Studio .
52
50
The file "howto_build.txt" documents in this directory documents how the
53
51
libraries were originally compiled from the included source.
54
52
- libs
@@ -59,8 +57,7 @@ Top Level File Structure
59
57
- makerules
60
58
- Master makefile to build all tools for Linux, can also build all tools under OSX.
61
59
- src
62
- - The main source tree for the various tools and exewcutable of XPtools.
63
-
60
+ - The main source tree for the various tools and executable of XPtools.
64
61
- test
65
62
- Collection of files for regression testing of WED
66
63
- scripts
0 commit comments