documentation update
authorNils Kneuper <crazy-ivanovic@gmx.net>
Mon, 13 Feb 2012 12:05:03 +0000 (13:05 +0100)
committerNils Kneuper <crazy-ivanovic@gmx.net>
Mon, 13 Feb 2012 12:05:03 +0000 (13:05 +0100)
sdk_installer/openpandora_toolchain.sh

index 49861ea..3021978 100755 (executable)
 #   even include some useless things) but only a small number of binaries that
 #   can't be run on the host architecture.
 # * Should be rather easy to keep in sync with upsteam (aka openpandora.org)
-#   version changes.
+#   version changes simply by rerunning the script.
 #
-# The latest version of this script should be available in this forum thread:
+# The latest version of this script should be available in the openpandora.org
+# git repository:
+# http://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-misc.git;a=tree;f=sdk_installer
+# 
+# Some more (partly historical) information about this installer script is
+# available in the following forum thread:
 # http://www.gp32x.com/board/index.php?/topic/58443-crosscompiler-toolchain-based-on-openpandora-org-ipks/
 #
 # This script was initially based upon the scripts provided in these threads:
 # http://www.gp32x.com/board/index.php?/topic/52343-pandora-sdk-installer/
 # http://www.gp32x.com/board/index.php?/topic/55453-pandora-sdk-installer-with-opkg/
 #
-# Copyright (C) 2011 by Nils Kneuper <crazy-ivanovic@gmx.net>
+# Copyright (C) 2011, 2012 by Nils Kneuper <crazy-ivanovic@gmx.net>
 #
 #
 # How to use:
@@ -47,7 +52,8 @@
 #   files. Those 700MB will be downloaded using your internetconnection.
 #
 # Known limitations:
-# * This toolchain won't work on a pure 64bit system.
+# * This toolchain won't work on a pure 64bit system (common systems also
+#   install 32bit libs, so this most likely does not affect you!).
 # * Whitespaces as well as quotes won't work inside the path to your PNDSDK_DIR.
 # * It will not automagically install the deps you need later on to run it, some
 #   hints what might be required are at the end of this comment section.
@@ -69,7 +75,7 @@
 # Getting the deps for Gentoo:
 # * If you are using amd64 make sure that the useflag "multilib" is selected.
 # * All required dependencies for this script to work should already be
-# * available.
+#   available.
 #
 #
 # TODO: