|
91 | 91 | sub-directories of MythTV. The CMake build compiles and installs
|
92 | 92 | those as separate projects, isolating them from MythTV, and
|
93 | 93 | 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 |
96 | 96 | MythTV.
|
97 | 97 |
|
98 | 98 | | Component | Location | Built as | When Built |
|
|
104 | 104 | | mythdvdnav | embedded | Part of MythTV | always |
|
105 | 105 | | mythbluray | embedded | Part of MythTV | system < 0.9.3 |
|
106 | 106 |
|
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 |
108 | 108 | longer list of dependencies, all of which are downloaded, compiled,
|
109 | 109 | and installed as separate projects.
|
110 | 110 |
|
|
246 | 246 | ```
|
247 | 247 |
|
248 | 248 | 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 |
250 | 250 | MythTV, and then compile/install the plugins. Once all this is
|
251 | 251 | finished, it will create an APK file that can be uploaded to an
|
252 | 252 | android device. This apk can be found in the build directory. You
|
|
281 | 281 |
|
282 | 282 | ## Windows Cross Compile
|
283 | 283 |
|
284 |
| - To compile an Android version of MythTV, issue the following |
| 284 | + To compile an Windows version of MythTV, issue the following |
285 | 285 | commands.
|
286 | 286 |
|
287 | 287 | ```
|
|
345 | 345 | $ cmake --build build -t MythTV-tests
|
346 | 346 | ```
|
347 | 347 |
|
348 |
| - Tests are only build for native compiles. Cross compiling for |
| 348 | + Tests are only built for native compiles. Cross compiling for |
349 | 349 | windows or android will not create the test suite.
|
350 | 350 |
|
351 | 351 | To build the documentation, use the following command:
|
|
0 commit comments