|
Compiling
How to compile and install VMware View Open Client from source.
These instructions were tested on Ubuntu 8.10 on i386. IngredientsFor this you will need:
Open IssuesBefore building the client, please check the list of open issues for patches you may need to build on your platform. CompilingVMware View Open Client uses GNU Autoconf and GNU Automake. For details on how to build software using these tools, see the included INSTALL file. A few simple commands should be all you need to need to get started: $ tar zxf VMware-view-open-client-source-*.tar.gz $ cd VMware-view-open-client-source-* $ ./configure && make You can then start the client by running: $ ./vmware-view To install the client, just run make install: $ sudo make install This will install binaries in /usr/bin and documentation in /usr/share/doc/VMware-view-open-client/. |
Sign in to add a comment
It seems to me that the fix to libcurl pb is to remove the NULL parameter in lib/bora/basichttp.c in line 1391
worked for me! Thanks Peter!
To compile the source VMware View Open Client 2.1.1 (Build 153227) on Fedora 10 (x86-64) I had to add the --with-boost-libdir=/usr/lib64 to the ./configure
The client works great !!! Thanks a lot.
Thanks, finally I can do my work from Gentoo.
To get this to work on Ubuntu 8.04 you have to compile intltool >=0.21 from source. I just took the source intltool from intrepid https://launchpad.net/ubuntu/intrepid/+source/intltool/0.40.5-0ubuntu1 and compiled it after installing the listed compile-time dependencies. Hope this helps every one else sticking with the LTS.
The following worked for me on OSX 10.6. I may already have some of the other dependencies installed, so ymmv. This is assuming you have Macports installed.
copy the VMware View Open Client app from the build directory into your applications folder