Skip to content

Commit 2512413

Browse files
committed
docs (README): Clarification & fixes for typos
1 parent cf89f73 commit 2512413

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

Diff for: README.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ X-Plane Scenery Tools README
22
====================================================================
33

44
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.
98

109
The latest info on basic usage of this repository can be found [on the X-Plane
1110
Developer site](https://developer.x-plane.com/code/).
@@ -16,13 +15,13 @@ Licensing and Copyright
1615

1716
The code original to Laminar Research lives in the sub-directory "src" and is licensed
1817
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
2019
probably a clerical error.
2120

2221
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 librariesthey are included for convenience in building. I believe
2423
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+
licenseif you find a library that is incompatible with WED's licensing,
2625
please report this.
2726

2827
Build materials are in the root directory.
@@ -46,9 +45,8 @@ Top Level File Structure
4645
- Microsoft Visual Studio 2017 project files for Windows
4746
- codeblocks
4847
- code::blocks project file to build WED for Linux
49-
5048
- 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.
5250
The file "howto_build.txt" documents in this directory documents how the
5351
libraries were originally compiled from the included source.
5452
- libs
@@ -59,8 +57,7 @@ Top Level File Structure
5957
- makerules
6058
- Master makefile to build all tools for Linux, can also build all tools under OSX.
6159
- 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.
6461
- test
6562
- Collection of files for regression testing of WED
6663
- scripts

0 commit comments

Comments
 (0)