View Single Post
Jaffa's Avatar
Posts: 2,535 | Thanked: 6,681 times | Joined on Mar 2008 @ UK
#4
Originally Posted by Delphipgmr View Post
im not sure what you mean (i am new to this, i am a windows programmer!)
Assuming you're running Ubuntu, Debian or similar system:
  1. Open the installation instructions
  2. Download the installer script as described in section 1.1.
  3. Ensure ia32-libs is installed.
  4. Run the installation script, prefixing the installer execution with setarch (man page)
  5. Follow the rest of the instructions as written.

This may look something like:

Code:
$ wget http://repository.maemo.org/stable/diablo/maemo-scratchbox-install_4.1.sh
$ chmod a+x maemo-scratchbox-install_4.1.sh
$ sudo apt-get install ia32-libs util-linux
$ sudo setarch i386 ./maemo-scratchbox-install_4.1.sh
...
Hope that helps,

Andrew
__________________
Andrew Flegg -- mailto:andrew@bleb.org | http://www.bleb.org
 

The Following 2 Users Say Thank You to Jaffa For This Useful Post: