Skip to content

Commit

Permalink
[readme] part 3 - fix comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
universal committed Sep 8, 2015
1 parent 703da68 commit 7688b35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions docs/README.android
Original file line number Diff line number Diff line change
Expand Up @@ -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/<name_of_failed_lib> 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/<name_of_failed_lib> distclean

Then try make again.
Rinse and repeat until you are really done and all libs are built.

--------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/README.linux
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ Tip: By adding -j<number> 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=<path>.
For example.

$ sudo make install DESTDIR=$HOME/kodi
$ make install DESTDIR=$HOME/kodi

-----------------------------------------------------------------------------
4.4. Binary addons - compile
Expand Down

0 comments on commit 7688b35

Please sign in to comment.