Skip to content

Commit ed0f440

Browse files
author
Bill Meek
committed
CMake: fix some typos
1 parent 7872829 commit ed0f440

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.CMake.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
sub-directories of MythTV. The CMake build compiles and installs
9292
those as separate projects, isolating them from MythTV, and
9393
preventing any direct access to internal headers/functions. Here is
94-
the list of the dependencies that are build as separate projects for
95-
a native build, and those that are still build as part of building
94+
the list of the dependencies that are built as separate projects for
95+
a native build, and those that are still built as part of building
9696
MythTV.
9797

9898
| Component | Location | Built as | When Built |
@@ -104,7 +104,7 @@
104104
| mythdvdnav | embedded | Part of MythTV | always |
105105
| mythbluray | embedded | Part of MythTV | system < 0.9.3 |
106106

107-
For a cross compilation Android of Windows build, there is a much
107+
For a cross compilation of Android or Windows build, there is a much
108108
longer list of dependencies, all of which are downloaded, compiled,
109109
and installed as separate projects.
110110

@@ -246,7 +246,7 @@
246246
```
247247

248248
These builds will download/compile/install a much larger set of
249-
dependencies thatn for native builds, and wil then compile/install
249+
dependencies than for native builds, and wil then compile/install
250250
MythTV, and then compile/install the plugins. Once all this is
251251
finished, it will create an APK file that can be uploaded to an
252252
android device. This apk can be found in the build directory. You
@@ -281,7 +281,7 @@
281281

282282
## Windows Cross Compile
283283

284-
To compile an Android version of MythTV, issue the following
284+
To compile an Windows version of MythTV, issue the following
285285
commands.
286286

287287
```
@@ -345,7 +345,7 @@
345345
$ cmake --build build -t MythTV-tests
346346
```
347347

348-
Tests are only build for native compiles. Cross compiling for
348+
Tests are only built for native compiles. Cross compiling for
349349
windows or android will not create the test suite.
350350

351351
To build the documentation, use the following command:

0 commit comments

Comments
 (0)