aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvdrfan <vdrfan-nospam-@xbmc.org>2012-08-06 19:38:16 +0200
committervdrfan <vdrfan-nospam-@xbmc.org>2012-08-06 19:38:16 +0200
commit8d0e504d54b49b6d708cd8e094cc843c5a4d7d53 (patch)
treebd2e2c8fde4b67b114d5057c53616d9564d0e6fd
parent7ea673ea6c60a00a904c97a87db10ec5ef3a9f68 (diff)
fixed: script.module.pil build instructions missing in the READMEs (closes #13223)
-rw-r--r--docs/README.ios1
-rw-r--r--docs/README.linux4
-rw-r--r--docs/README.osx2
3 files changed, 6 insertions, 1 deletions
diff --git a/docs/README.ios b/docs/README.ios
index e4704c5391..d69464b218 100644
--- a/docs/README.ios
+++ b/docs/README.ios
@@ -80,6 +80,7 @@ from the step 3.1.
$ make -C tools/darwin/depends/xbmc
$ make clean
$ make xcode_depends
+ $ make -C lib/addons/script.module.pil
-----------------------------------------------------------------------------
4.1 Using Xcode
diff --git a/docs/README.linux b/docs/README.linux
index b13f956e91..f8f885c52f 100644
--- a/docs/README.linux
+++ b/docs/README.linux
@@ -98,7 +98,9 @@ Tip: by adding -j<number> to the make command, you describe how many
$ make -j2
-.3 $ make install
+.3 $ make -C lib/addons/script.module.pil
+
+.4 $ make install
This will install XBMC in the prefix provided in 4.1 as well as a launcher script.
diff --git a/docs/README.osx b/docs/README.osx
index ef12383e52..4221131fb4 100644
--- a/docs/README.osx
+++ b/docs/README.osx
@@ -94,6 +94,7 @@ first. This is a simple step and involves the following:
$ make -C tools/darwin/depends/xbmc
$ make clean
$ make xcode_depends
+ $ make -C lib/addons/script.module.pil
4.b Compilation by using command-line building via make (experimental)
@@ -175,6 +176,7 @@ 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