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

From WebOS Internals
Jump to navigation Jump to search
m
(add missing 'sudo' and some related setup instructions)
 
(3 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>
 
<pre>
 
sudo apt-get install ia32-libs
 
sudo apt-get install ia32-libs
mkdir palm-novacom
+
sudo dpkg -i --force-architecture palm-novacom_0.3-svn177284-hud9_i386.deb  
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 &
 
 
</pre>
 
</pre>
 
3. now you can run:
 
3. now you can run:
Line 20: Line 12:
 
novaterm
 
novaterm
 
</pre>
 
</pre>
 +
 +
 +
== 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

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