Thread
:
Preenv webOS games compatibility list
View Single Post
jflatt
2011-01-12 , 05:17
Posts: 534 | Thanked: 723 times | Joined on Oct 2009
#
1016
Sudoku needs libPmIpcLib.so, which you can get from
http://palm.cdnetworks.net/opensourc...clib-1.0.0.tgz
Compile it and put libpmipc-dbus.so.0 and libdbus-gmain.so.0 in /home/opt/preenv/lib/
Then link in additional libs in that same directory:
ln -s libpmipc-dbus.so.0 libPmIpcLib.so
ln -s libpmipc-dbus.so.0 libpmipc-dbus.so
ln -s libdbus-gmain.so.0 libdbus-gmain.so
ln -s libstub.so libNPAPIInterface.so
ln -s libstub.so libnapp.so
...and it works!
Quote & Reply
|
The Following 2 Users Say Thank You to jflatt For This Useful Post:
mido.fayad
,
tele
jflatt
View Public Profile
Send a private message to jflatt
Find all posts by jflatt