| | 1 | = Shared Visualization - VirtualGL = |
| | 2 | == TurboJPEG Installation == |
| | 3 | rock@gpfs-server:~/VirtualGL$ wget http://downloads.sourceforge.net/virtualgl/turbojpeg-ipp-1.10.3.tar.gz?modtime=1207250210&big_mirror=0 [[BR]] |
| | 4 | |
| | 5 | {{{ |
| | 6 | Linux Prerequisites |
| | 7 | -- GCC v2.96 or later |
| | 8 | |
| | 9 | -- GNU Make v3.7 or later |
| | 10 | |
| | 11 | -- Intel(R) Integrated Performance Primitives v4.1 or later |
| | 12 | * See http://www.intel.com/software/products/ipp/index.htm |
| | 13 | |
| | 14 | ( Can be insteaded by libjpeg ) |
| | 15 | |
| | 16 | -- RPM v4 or later (required to build a redistributable TurboJPEG package) |
| | 17 | |
| | 18 | -- binutils 2.12.90 or later. This shouldn't be an issue unless you are |
| | 19 | (still) running RedHat 7.x or Enterprise 2.1, in which case you can |
| | 20 | download an updated bintools RPM from |
| | 21 | http://mirror.atrpms.net/ccrma/mirror/7.2/ |
| | 22 | }}} |
| | 23 | |
| | 24 | rock@gpfs-server:~$ sudo apt-get install xorg-dev xserver-xorg-dev libglu1-xorg-dev [[BR]] |
| | 25 | |
| | 26 | == VirtualGL Installation == |
| | 27 | rock@gpfs-server:~/VirtualGL$ wget http://downloads.sourceforge.net/virtualgl/VirtualGL-2.1.tar.gz?modtime=1205803393&big_mirror=0 [[BR]] |
| | 28 | rock@gpfs-server:~$ sudo apt-get install openssl libssl-dev libjpeg* libcrypt-openssl* [[BR]] |
| | 29 | |
| | 30 | == TurboVNC Installation == |
| | 31 | rock@gpfs-server:~/VirtualGL$ wget http://downloads.sourceforge.net/virtualgl/turbovnc-0.4.tar.gz?modtime=1205803866&big_mirror=0 [[BR]] |