Difference between revisions of "Guacamole on SUSE 12.1 x64"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 4: Line 4:
 
  wget http://downloads.sourceforge.net/project/guacamole/current/source/guacamole/guacamole-0.5.0.tar.gz
 
  wget http://downloads.sourceforge.net/project/guacamole/current/source/guacamole/guacamole-0.5.0.tar.gz
 
  tar xvzf guacamole-0.5.0.tar.gz  
 
  tar xvzf guacamole-0.5.0.tar.gz  
 +
 +
To build guacamole, you will need the build tool mvn. To build the build tool mvn, you will need ant, so install ant:
 +
yast -i ant
  
 
= See also =
 
= See also =
 
* [[guacamole]]
 
* [[guacamole]]

Revision as of 09:46, 27 December 2011

yast -i tomcat6
yast -i LibVNCServer
wget http://downloads.sourceforge.net/project/guacamole/current/source/guacamole/guacamole-0.5.0.tar.gz
tar xvzf guacamole-0.5.0.tar.gz 

To build guacamole, you will need the build tool mvn. To build the build tool mvn, you will need ant, so install ant:

yast -i ant

See also