40
edits
m (New package build instructions) |
m (Corrected prefix) |
||
Line 157: | Line 157: | ||
./configure \ | ./configure \ | ||
--host=webos \ | --host=webos \ | ||
--prefix=/media/cryptofs/apps/usr/palm/applications/ | --prefix=/media/cryptofs/apps/usr/palm/applications/com.github.kayahr.scummvm \ | ||
--enable-plugins \ | --enable-plugins \ | ||
--enable-zlib \ | --enable-zlib \ | ||
Line 165: | Line 165: | ||
make | make | ||
</syntaxhighlight> | </syntaxhighlight> | ||
The specified prefix must match the base app id as used when building the WebOS package. | |||
== Building the WebOS package == | == Building the WebOS package == |
edits