From f8b970df7a826a49c22b83e1cbdd3a48a90301f5 Mon Sep 17 00:00:00 2001 From: Nils Kneuper Date: Mon, 13 Feb 2012 13:05:03 +0100 Subject: [PATCH] documentation update --- sdk_installer/openpandora_toolchain.sh | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/sdk_installer/openpandora_toolchain.sh b/sdk_installer/openpandora_toolchain.sh index 49861ea..3021978 100755 --- a/sdk_installer/openpandora_toolchain.sh +++ b/sdk_installer/openpandora_toolchain.sh @@ -15,16 +15,21 @@ # 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 +# Copyright (C) 2011, 2012 by Nils Kneuper # # # 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: -- 2.39.5