From LedHed's Wiki
Jump to: navigation, search
(Created page with ' == References == http://www.uluga.ubuntuforums.org/showthread.php?p=1781361 http://n8.thruhere.net/export/free/ibm5250/README '''Files''' http://n8.thruhere.net/export/free/...')
 
 
Line 1: Line 1:
 +
 +
== Install ==
 +
 +
Install MS Core Fonts, and the Motif3 library.
 +
sudo apt-get install ttf-mscorefonts-installer libmotif3 libXaw7
 +
 +
Download the Standard C++ 5 deb package for your target architecture from:<br>
 +
http://packages.ubuntu.com/jaunty/libstdc++5
 +
 +
Then install the library with the deb package manager.<br>
 +
 +
Architecture = i386<br>
 +
sudo dpkg -i ~/Downloads/libstdc++5_3.3.6-15ubuntu4_i386.deb
 +
 +
OR
 +
 +
Architecture = amd64<br>
 +
sudo dpkg -i ~/Downloads/libstdc++5_3.3.6-17ubuntu4_amd64.deb
 +
 +
  
  
Line 6: Line 26:
  
 
http://n8.thruhere.net/export/free/ibm5250/README
 
http://n8.thruhere.net/export/free/ibm5250/README
 +
 +
'''Installing libstdc++5 on amd64'''
 +
http://www.hackourlives.com/?p=58
  
 
'''Files'''
 
'''Files'''

Latest revision as of 22:20, 27 May 2010

Install

Install MS Core Fonts, and the Motif3 library.

sudo apt-get install ttf-mscorefonts-installer libmotif3 libXaw7

Download the Standard C++ 5 deb package for your target architecture from:
http://packages.ubuntu.com/jaunty/libstdc++5

Then install the library with the deb package manager.

Architecture = i386

sudo dpkg -i ~/Downloads/libstdc++5_3.3.6-15ubuntu4_i386.deb

OR

Architecture = amd64

sudo dpkg -i ~/Downloads/libstdc++5_3.3.6-17ubuntu4_amd64.deb



References

http://www.uluga.ubuntuforums.org/showthread.php?p=1781361

http://n8.thruhere.net/export/free/ibm5250/README

Installing libstdc++5 on amd64 http://www.hackourlives.com/?p=58

Files http://n8.thruhere.net/export/free/ibm5250/