Hongwei Huang wrote at: 2009. 03. 20. 09.27.: > After I successfully installed webkit on ubuntu 8.10 with qt 4, I run this > instruction > -> WebKit/WebKitTools/Scripts/run-launcher, then I got the error -> > Unsupported platform, can't determine built library locations. at > /home/hhw/software/WebKit/WebKitTools/Scripts/webkitdirs.pm line 408. > > I guess this is an ordinary problem , but I googled and found nothing, will > someone help me ? > > Thanks a lot! :)
Hey, you have to set QTDIR and PATH env varibles, for example: export QTDIR=/usr/local/Trolltech/Qt-4.5.0/ export PATH=$QTDIR/bin:$PATH Zoltan _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

