2009/11/15

Google Go - Preparation

I tried installation into Cento OS 5.3 on VMWare.

Preparation

Easy Install, the Python Package Manager.

  1. # wget http://peak.telecommunity.com/dist/ez_setup.py
  2. # python ez_setup.py

Mercurial, the Versioning System

  1. # easy_install Mercurial

Although I use Subversion, Google Go language requires the Mercurial...

No comments:

How to set parameters to debugging program on Visual Studio 2019 with CMake

Solution: MSDN Sometimes the "Debug and Launch Settings for CMake" bottun is disabled. In this case, change to the target view. ...