From 7688b35a6e99d6884a33a820653b9cf9f56a852d Mon Sep 17 00:00:00 2001 From: universal Date: Tue, 8 Sep 2015 14:02:19 +0100 Subject: [PATCH] [readme] part 3 - fix comments. --- docs/README.android | 12 ++++++------ docs/README.linux | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/README.android b/docs/README.android index 56c4c732d1eb7..9c5cab683fe98 100644 --- a/docs/README.android +++ b/docs/README.android @@ -210,13 +210,13 @@ NOTE: if you only want to build specific addons you can specify like this: This build was designed to be massively parallel. Don't be afraid to give it a 'make -j20' or so. -Verify that all deps built correctly (it will tell you so) before -continuing. You will get crazy build errors otherwise. If in doubt -run another 'make' (single threaded) until the message -"Dependencies built successfully." appears. If the single make -fails keep cleaning the dependes library in charge by issuing - $ make -C target/ distclean. Then try make again. +Verify that all dependencies are built correctly (it will tell you so) +before continuing to avoid errors. If in doubt run another 'make' (single threaded) +until the message "Dependencies built successfully." appears. If the single make +fails, keep cleaning the specific library by issuing: + $ make -C target/ distclean +Then try make again. Rinse and repeat until you are really done and all libs are built. -------------------------------------------------------------------- diff --git a/docs/README.linux b/docs/README.linux index d0d02a5db084d..85334a5c2aa29 100644 --- a/docs/README.linux +++ b/docs/README.linux @@ -102,14 +102,14 @@ Tip: By adding -j to the make command, you describe how many $ make -j2 -.3 $ make install +.3 $ sudo make install This will install Kodi in the prefix provided in 4.1 as well as a launcher script. Tip: To override the location that Kodi is installed, use PREFIX=. For example. - $ sudo make install DESTDIR=$HOME/kodi + $ make install DESTDIR=$HOME/kodi ----------------------------------------------------------------------------- 4.4. Binary addons - compile