aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKarlson2k <k2k@narod.ru>2014-10-22 22:48:45 +0400
committerMemphiz <memphis@machzwo.de>2014-10-28 23:21:59 +0100
commitea1901e36495c62161315f54a8af398ea965ab9d (patch)
tree7da22f7e542b48890bdd51e93a007184c2dc09cb /docs
parent34923de71b9e1597d5a610d9237c440909eaeb0c (diff)
Change APP_HOME -> KODI_HOME and other APP_* -> KODI_*
Diffstat (limited to 'docs')
-rw-r--r--docs/README.osx14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/README.osx b/docs/README.osx
index e98b9a9baf..c38f6874ad 100644
--- a/docs/README.osx
+++ b/docs/README.osx
@@ -140,16 +140,16 @@ binaries from git that might cause problems.
-----------------------------------------------------------------------------
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 APP_HOME environment variable set to know where that directory is located.
-To set APP_HOME environment variable:
+the KODI_HOME environment variable set to know where that directory is located.
+To set KODI_HOME environment variable:
Xcode 3.2.6
Menu -> Project -> Edit Active Executable "Kodi", click "Arguments" tab and
- add "APP_HOME" as an enviroment variable. Set the value to the path to the
+ add "KODI_HOME" as an enviroment variable. Set the value to the path to the
Kodi root folder. For example, "/Users/bigdog/Documents/Kodi"
Xcode 4.3.x and later
- Menu -> Product -> Edit Sheme -> "Run Kodi"/"Debug" -> Add APP_HOME into
+ 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"
@@ -173,7 +173,7 @@ 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 APP_HOME environment variable (export APP_HOME=$HOME/Kodi). Then, to
+the KODI_HOME environment variable (export KODI_HOME=$HOME/Kodi). Then, to
run the debug version:
$ ./build/Debug/Kodi
@@ -203,14 +203,14 @@ developers).
a)
$ cd $HOME/Kodi
- $ export APP_HOME=`pwd`
+ $ export KODI_HOME=`pwd`
$ make xcode_depends
$ xcodebuild -sdk macosx10.7 -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 APP_HOME=`pwd`
+ $ export KODI_HOME=`pwd`
$ make
$ ./Kodi.bin