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)
 
(add missing 'sudo' and some related setup instructions)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
1. download: novaterm from:
+
1. Download the Novacom (i386) package from:
  
https://prerelease.palm.com/sdk-beta/release20090701/palm-novacom_0.3-svn177284-hud9_i386.deb
+
https://cdn.downloads.palm.com/sdkdownloads/1.1/sdkBinaries/palm-novacom_0.3-svn177284-hud9_i386.deb
  
 
2. run the following commands:
 
2. run the following commands:
 +
<pre>
 +
sudo apt-get install ia32-libs
 +
sudo dpkg -i --force-architecture palm-novacom_0.3-svn177284-hud9_i386.deb
 +
</pre>
 +
3. now you can run:
 +
<pre>
 +
novaterm
 +
</pre>
 +
  
sudo apt-get install ia32-libs
+
== More setup notes for 64-bit ubuntu users ==
mkdir palm-novacom
+
 
cd palm-novacom
+
Get a standard 64-bit virtualbox build from here:  http://www.virtualbox.org/wiki/Download_Old_Builds
ar x ../palm-novacom_0.3-svn177284-hud9_i386.deb
+
(I used 2.2.4 AMD64 for Intrepid)
sudo tar xvzf data.tar.gz -C /
+
 
rm control.tar.gz data.tar.gz debian-binary
+
When you get the palm-sdk deb file, use the same --force-architecture flag to install it:
cd ..
+
 
rmdir palm-novacom
+
1. http://developer.palm.com/index.php?option=com_sdkdownload&view=home (must be logged in)
 +
 
 +
2. 'Download now'
  
/opt/Palm/novacom/novacomd &
+
3. Have your browser save the .deb file to disk
  
3. now you can run:
+
4. sudo dpkg --force-architecture -i palm_mojo_sdk-Ubuntu-1.1.0-sdk62-hud25_i386.deb
  
novaterm
+
5. Note that the installed package name is 'palm-sdk'. For example, to get a list of all installed files:
 +
dpkg -L palm-sdk

Latest revision as of 22:11, 26 July 2009

1. Download the Novacom (i386) package from:

https://cdn.downloads.palm.com/sdkdownloads/1.1/sdkBinaries/palm-novacom_0.3-svn177284-hud9_i386.deb

2. run the following commands:

sudo apt-get install ia32-libs
sudo dpkg -i --force-architecture palm-novacom_0.3-svn177284-hud9_i386.deb 

3. now you can run:

novaterm


More setup notes for 64-bit ubuntu users

Get a standard 64-bit virtualbox build from here: http://www.virtualbox.org/wiki/Download_Old_Builds (I used 2.2.4 AMD64 for Intrepid)

When you get the palm-sdk deb file, use the same --force-architecture flag to install it:

1. http://developer.palm.com/index.php?option=com_sdkdownload&view=home (must be logged in)

2. 'Download now'

3. Have your browser save the .deb file to disk

4. sudo dpkg --force-architecture -i palm_mojo_sdk-Ubuntu-1.1.0-sdk62-hud25_i386.deb

5. Note that the installed package name is 'palm-sdk'. For example, to get a list of all installed files: dpkg -L palm-sdk