Difference between revisions of "Installing novaterm on ubuntu 64-bit"

From WebOS Internals
Jump to navigation Jump to search
(Getting novaterm working on Ubuntu 64-bit)
 
m
Line 4: Line 4:
  
 
2. run the following commands:
 
2. run the following commands:
 
+
<pre>
 
sudo apt-get install ia32-libs
 
sudo apt-get install ia32-libs
 
mkdir palm-novacom
 
mkdir palm-novacom
Line 15: Line 15:
  
 
/opt/Palm/novacom/novacomd &
 
/opt/Palm/novacom/novacomd &
 
+
</pre>
 
3. now you can run:
 
3. now you can run:
 
+
<pre>
 
novaterm
 
novaterm
 +
</pre>

Revision as of 07:25, 26 July 2009

1. download: novaterm from:

https://prerelease.palm.com/sdk-beta/release20090701/palm-novacom_0.3-svn177284-hud9_i386.deb

2. run the following commands:

sudo apt-get install ia32-libs
mkdir palm-novacom
cd palm-novacom
ar x ../palm-novacom_0.3-svn177284-hud9_i386.deb
sudo tar xvzf data.tar.gz -C /
rm control.tar.gz data.tar.gz debian-binary
cd ..
rmdir palm-novacom

/opt/Palm/novacom/novacomd &

3. now you can run:

novaterm