Difference between revisions of "Application:ScummVM"
Jump to navigation
Jump to search
(New page: {{application |name=ScummVM |type=webOS |version=Version: 1.0.0 |tag=Utilities |screenshot= |description= == Summary == {{icon|Tux_as_Zombie.png|float:right;}} == Status == == License ...) |
|||
| Line 21: | Line 21: | ||
== Installing ScummVM == | == Installing ScummVM == | ||
| + | |||
| + | == Building ScummVM == | ||
| + | |||
| + | Ubuntu 9.10 | ||
| + | |||
| + | sudo mkdir -p /srv/preware | ||
| + | cd /srv/preware | ||
| + | git clone git://git.webos-internals.org/preware/cross-compile.git | ||
| + | cd cross-compile | ||
| + | make toolchain | ||
| + | |||
| + | sudo apt-get install scratchbox2 qemu-kvm-extras | ||
| + | |||
| + | cd /srv/preware/cross-compile/toolchain/arm-2007q3/arm-none-linux-gnueabi/libc | ||
| + | PATH=/srv/preware/cross-compile/toolchain/arm-2007q3/bin:${PATH} sb2-init -c /usr/bin/qemu-arm armv7 arm-none-linux-gnueabi-gcc | ||
| + | |||
| + | cd /srv/preware/cross-compile | ||
| + | make stage | ||
| + | |||
| + | cd /srv/preware/cross-compile/packages/scummvm | ||
| + | make build | ||
== Repository == | == Repository == | ||
}} | }} | ||
Revision as of 14:24, 4 January 2010
[[Image:|x270px]]
ScummVM - Version: 1.0.0
Summary
Status
License
Operating notes
Limitations
Known bugs
Installing ScummVM
Building ScummVM
Ubuntu 9.10
sudo mkdir -p /srv/preware cd /srv/preware git clone git://git.webos-internals.org/preware/cross-compile.git cd cross-compile make toolchain
sudo apt-get install scratchbox2 qemu-kvm-extras
cd /srv/preware/cross-compile/toolchain/arm-2007q3/arm-none-linux-gnueabi/libc PATH=/srv/preware/cross-compile/toolchain/arm-2007q3/bin:${PATH} sb2-init -c /usr/bin/qemu-arm armv7 arm-none-linux-gnueabi-gcc
cd /srv/preware/cross-compile make stage
cd /srv/preware/cross-compile/packages/scummvm make build