From a7a2afda9a9a6036fefc915c4e4f6f3d8d9116d6 Mon Sep 17 00:00:00 2001 From: "h.udo" Date: Thu, 5 Apr 2018 22:04:31 +0100 Subject: [files] Rename to markdown format --- cmake/README.md | 6 +++--- cmake/scripts/linux/Install.cmake | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cmake') diff --git a/cmake/README.md b/cmake/README.md index b7d95874b2..6712b6f7aa 100644 --- a/cmake/README.md +++ b/cmake/README.md @@ -31,7 +31,7 @@ The dependencies required to build on Linux can be found in The cross compilation environment for the Raspberry Pi as well as the dependencies have to be installed as explained in -[docs/README.raspberrypi](https://github.com/xbmc/xbmc/tree/master/docs/README.raspberrypi). +[docs/README.RaspberryPi](https://github.com/xbmc/xbmc/tree/master/docs/README.RaspberryPi.md). ### Windows @@ -47,7 +47,7 @@ and that the mingw libs (ffmpeg, libdvd and others) are built using ### macOS For macOS the required dependencies can be found in -[docs/README.osx.md](https://github.com/xbmc/xbmc/tree/master/docs/README.osx.md). +[docs/README.macOS.md](https://github.com/xbmc/xbmc/tree/master/docs/README.macOS.md). On macOS it is necessary to build the dependencies in `tools/depends` using `./bootstrap && ./configure --host= && make`. The other steps such @@ -57,7 +57,7 @@ as these steps are covered already by the CMake project. ### Android The dependencies needed to compile for Android can be found in -[docs/README.android](https://github.com/xbmc/xbmc/tree/master/docs/README.android) +[docs/README.Android](https://github.com/xbmc/xbmc/tree/master/docs/README.Android.md) . All described steps have to be executed (except 5.2 which is replaced by the respective CMake command below). diff --git a/cmake/scripts/linux/Install.cmake b/cmake/scripts/linux/Install.cmake index c3d9d7bd2d..1bcad38996 100644 --- a/cmake/scripts/linux/Install.cmake +++ b/cmake/scripts/linux/Install.cmake @@ -138,7 +138,7 @@ install(FILES ${CMAKE_SOURCE_DIR}/tools/Linux/firewalld-services/kodi-eventserve install(FILES ${CMAKE_SOURCE_DIR}/copying.txt ${CMAKE_SOURCE_DIR}/LICENSE.GPL ${CMAKE_SOURCE_DIR}/version.txt - ${CMAKE_SOURCE_DIR}/docs/README.linux + ${CMAKE_SOURCE_DIR}/docs/README.Linux.md DESTINATION ${docdir} COMPONENT kodi) -- cgit v1.2.3