[osx/ios] - adapted readmes - building python module pil isn't needed anymore (will...
authorMemphiz <memphis@machzwo.de>
Tue, 19 Mar 2013 21:53:45 +0000 (22:53 +0100)
committerMemphiz <memphis@machzwo.de>
Tue, 19 Mar 2013 21:54:34 +0000 (22:54 +0100)
docs/README.ios
docs/README.osx

index f70a389..345a346 100644 (file)
@@ -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
index 8b86619..2485d6b 100644 (file)
@@ -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