go to:
http://dev.chromium.org/getting-involved/dev-channelbrowse to the linux section and download the 32 bit debian package
extract the debian package and you will find a package called "data.tar.lzma" ..decompress it and you will have 3 folders, go to the "opt" folder until you see executables ..gnome archive manager can decompress lzma files(i think they are compressed files but not sure) ..i dont know of any other program that can do that
open up the terminal here and type:
ldd chrome
all shared objects will be picked up except the following:
libnss3.so.1d => not found
libnssutil3.so.1d => not found
libsmime3.so.1d => not found
libssl3.so.1d => not found
libplds4.so.0d => not found
libplc4.so.0d => not found
libnspr4.so.0d => not found
pclinuxos has all these shared objects in "/usr/lib" but they have different names ..copy them to the chrome folder and give them the names chrome expect them to have(most by appending ".1d" or ".0d" to their names)
running "google-chrome" should be launch it.
the folder can be placed anywhere and link to the menu/desktop be created to "google-chrome" for easy launch
[attachment deleted by admin]