Difference between revisions of "Application:Terminal"
Jump to navigation
Jump to search
(Initial install instructions) |
m |
||
Line 1: | Line 1: | ||
== Installation == | == Installation == | ||
+ | <source lang="text"> | ||
mkdir -p /var/etc/ipkg/ | mkdir -p /var/etc/ipkg/ | ||
echo "src/gz all http://ipkg.preware.org/feeds/preware/all" > /var/etc/ipkg/preware.conf | echo "src/gz all http://ipkg.preware.org/feeds/preware/all" > /var/etc/ipkg/preware.conf | ||
+ | </source> | ||
If you are on the Pre, type: | If you are on the Pre, type: | ||
+ | <source lang="text"> | ||
echo "src/gz all http://ipkg.preware.org/feeds/preware/armv7" >> /var/etc/ipkg/preware.conf | echo "src/gz all http://ipkg.preware.org/feeds/preware/armv7" >> /var/etc/ipkg/preware.conf | ||
+ | </source> | ||
If you are on the Emulator, type: | If you are on the Emulator, type: | ||
+ | <source lang="text"> | ||
echo "src/gz all http://ipkg.preware.org/feeds/preware/i686" >> /var/etc/ipkg/preware.conf | echo "src/gz all http://ipkg.preware.org/feeds/preware/i686" >> /var/etc/ipkg/preware.conf | ||
+ | </source> | ||
Then type: | Then type: | ||
+ | <source lang="text"> | ||
ipkg -o /var update | ipkg -o /var update | ||
ipkg -o /var install x-webosinternals-termplugin | ipkg -o /var install x-webosinternals-termplugin | ||
mv /var/usr/lib/BrowserPlugins/termplugin.so /usr/lib/BrowserPlugins/ | mv /var/usr/lib/BrowserPlugins/termplugin.so /usr/lib/BrowserPlugins/ | ||
ipkg -o /var install org.webosinternals.terminal | ipkg -o /var install org.webosinternals.terminal | ||
+ | </source> | ||
Then reboot. | Then reboot. |
Revision as of 12:24, 24 July 2009
Installation
<source lang="text"> mkdir -p /var/etc/ipkg/ echo "src/gz all http://ipkg.preware.org/feeds/preware/all" > /var/etc/ipkg/preware.conf </source>
If you are on the Pre, type:
<source lang="text"> echo "src/gz all http://ipkg.preware.org/feeds/preware/armv7" >> /var/etc/ipkg/preware.conf </source>
If you are on the Emulator, type:
<source lang="text"> echo "src/gz all http://ipkg.preware.org/feeds/preware/i686" >> /var/etc/ipkg/preware.conf </source>
Then type:
<source lang="text"> ipkg -o /var update ipkg -o /var install x-webosinternals-termplugin mv /var/usr/lib/BrowserPlugins/termplugin.so /usr/lib/BrowserPlugins/ ipkg -o /var install org.webosinternals.terminal </source>
Then reboot.