Theme:
1, Windows remote control ubuntu;
2. Installation CMake
1, Windows remote control ubuntu: Click System->preference->remote destop, the remote control open, you can set the password. Then install the TightVNC software on the Windows client. After the installation is complete, run, remote control through the IP address of Ubuntu.
Reference http://www.php100.com/html/webkaifa/Linux/2010/1007/6240.html
2, CMake Installation:
First install the compilation environment, but in the run Apt-get install build-essential when the can ' t find build-essential, checked for local update list and server is not synchronized, directly run Apt-get update, After running Apt-get install build-essential can be installed correctly;
Second, go to the CMake directory, execute./configure, and then execute make, and finally make the make install, which completes the installation.
Resources:
1. Windows Remote Control ubuntu:http://www.php100.com/html/webkaifa/linux/2010/1007/6240.html
2, solve the problem can not find build-essential software package: http://ubuntuforums.org/showthread.php?t=927717