aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTobias Arrskog <topfs2@xbmc.org>2014-11-03 22:42:06 +0100
committerTobias Arrskog <topfs2@xbmc.org>2014-11-03 22:42:06 +0100
commit56df30ab41394286f4eeccb38560619a81178d40 (patch)
tree3ac658333af1bea96e9a9e644cf44d98fcbebd40 /docs
parent74c9e8234a30c3320af12302b0ee51e815c7892a (diff)
parentea1901e36495c62161315f54a8af398ea965ab9d (diff)
Merge pull request #5597 from Memphiz/rebrand2
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 c659ef5023..9bba999d45 100644
--- a/docs/README.osx
+++ b/docs/README.osx
@@ -143,16 +143,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"
@@ -176,7 +176,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
@@ -206,14 +206,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