
| sudo apt-get install lesstif2 |
| sudo ldconfig |
| Get pt-linux-current.tgz tar ball (from http://www.netfonds.no) and unpack/save the files to a suitable directory. I put the files to my home folder. You can also put them in /usr/local/ or /opt directory if you desire. |
| cd pt-linux-4.4 |
| ./PrimeTrader |
| sudo apt-get remove lesstif2 |
| sudo apt-get install libmotif3 |
| sudo mkdir -p /usr/X11R6/lib/ |
| sudo ln -s /usr/lib/libXm.so.3 /usr/X11R6/lib/ |
| sudo ldconfig |
| Download pt-linux64-current.tgz (from http://www.netfonds.no) and unpack/save the files to your home directory (or any other suitable place eg. /opt or /usr/local/ ). |
| cd pt-linux64-4.4 |
| ./PrimeTrader64 |

| ln -s /usr/X11R6/lib64/libXm.so.3 /usr/X11R6/lib/ |