aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2016-09-22 17:03:34 +0200
committerMemphiz <memphis@machzwo.de>2016-09-22 17:03:34 +0200
commitfbc59139074ac7ce1c2f6730f914b661138044c2 (patch)
tree920b4d97c13ce85055d44d805eb537b027c3786e /docs
parentd5df35a3e51028bfa6a37c12be2fc5b6792b0000 (diff)
[osx/readme] - remove KODI_HOME bits from readme (not needed anymore)
Diffstat (limited to 'docs')
-rw-r--r--docs/README.osx15
1 files changed, 2 insertions, 13 deletions
diff --git a/docs/README.osx b/docs/README.osx
index a4239f041f..76bc84c62e 100644
--- a/docs/README.osx
+++ b/docs/README.osx
@@ -136,14 +136,6 @@ binaries from git that might cause problems.
4.1 Using Xcode
-----------------------------------------------------------------------------
Start XCode and open the Kodi project (Kodi.xcodeproj) located in $HOME/Kodi.
-For development, Kodi is run from the $HOME/Kodi directory and needs to have
-the KODI_HOME environment variable set to know where that directory is located.
-To set KODI_HOME environment variable:
-
-Xcode 6 and later
- Menu -> Product -> Edit Sheme -> "Run Kodi"/"Debug" -> Add KODI_HOME into
- the List of "Environment Variables". Set the value to the path to the Kodi
- root folder. For example, "/Users/bigdog/Documents/Kodi"
There are two build targets "Kodi" and "Kodi.app" (each in 32Bit and 64Bit flavour)
with debug and release settings. The "Kodi" target is used for rapid build and
@@ -163,9 +155,8 @@ and dynamic libraries that will need to be built. Once these are built,
subsequent builds will be faster.
After the build, you can ether run Kodi for Mac from Xcode or run it from
-the command-line. If you run it from the command-line, make sure your set
-the KODI_HOME environment variable (export KODI_HOME=$HOME/Kodi). Then, to
-run the debug version:
+the command-line.
+To run the debug version:
$ ./build/Debug/Kodi
@@ -193,14 +184,12 @@ below(normally unneeded - for advanced developers).
a)
$ cd $HOME/Kodi
- $ export KODI_HOME=`pwd`
$ make xcode_depends
$ xcodebuild -sdk macosx10.9 -project Kodi.xcodeproj -target Kodi.app ONLY_ACTIVE_ARCH=YES \
ARCHS=x86_64 VALID_ARCHS=x86_64 -configuration Release build
b) Building via make:
$ cd $HOME/Kodi
- $ export KODI_HOME=`pwd`
$ make
$ ./Kodi.bin