diff options
author | Memphiz <memphis@machzwo.de> | 2013-03-19 22:53:45 +0100 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2013-03-19 22:54:34 +0100 |
commit | ee813b6130016a7d167f62f761c3f2366fd85146 (patch) | |
tree | 04d3dbac7fe27fc62fe2e20258a976d7a2114b2a /docs | |
parent | 484dda6ce6f92b13a5067a8ac48b7bb94b88b30f (diff) |
[osx/ios] - adapted readmes - building python module pil isn't needed anymore (will be handled by unified depends in the future - wip)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.ios | 1 | ||||
-rw-r--r-- | docs/README.osx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/docs/README.ios b/docs/README.ios index f70a389dba..345a346e3d 100644 --- a/docs/README.ios +++ b/docs/README.ios @@ -110,7 +110,6 @@ from the step 3.1. $ make -C tools/depends/target/xbmc $ make clean $ make xcode_depends - $ make -C lib/addons/script.module.pil ----------------------------------------------------------------------------- 4.1 Using Xcode diff --git a/docs/README.osx b/docs/README.osx index 8b86619f8a..2485d6b16d 100644 --- a/docs/README.osx +++ b/docs/README.osx @@ -117,7 +117,6 @@ first. This is a simple step and involves the following: $ make -C tools/depends/target/xbmc $ make clean $ make xcode_depends - $ make -C lib/addons/script.module.pil 4.b Compilation by using command-line building via make (experimental) @@ -200,7 +199,6 @@ developers). $ cd $HOME/XBMC $ export XBMC_HOME=`pwd` $ make xcode_depends - $ make -C lib/addons/script.module.pil $ xcodebuild -sdk macosx10.7 -project XBMC.xcodeproj -target XBMC.app ONLY_ACTIVE_ARCH=YES \ ARCHS=x86_64 VALID_ARCHS=x86_64 -configuration Release build |