Ubuntu is a http://www.aliyun.com/zixun/aggregation/8284.html Linux operating system based on the Debian distribution and GNOME desktop environment. The goal of Ubuntu is to provide a new and fairly stable operating system built primarily of free software for the average user, which is free to use and with community and professional support. UBUNTU10.10 official Release code: Maverick meerkat
The download address of each version is as follows: http://releases.ubuntu.com/maverick/
32-bit:
Http://releases.ubuntu.com/10.10/ubuntu-10.10-alternate-i386.iso
Http://releases.ubuntu.com/10.10/ubuntu-10.10-desktop-i386.iso
Http://releases.ubuntu.com/10.10/ubuntu-10.10-netbook-i386.iso
Http://releases.ubuntu.com/10.10/ubuntu-10.10-server-i386.iso
64-bit:
Http://releases.ubuntu.com/10.10/ubuntu-10.10-alternate-amd64.iso
Http://releases.ubuntu.com/10.10/ubuntu-10.10-desktop-amd64.iso
Http://releases.ubuntu.com/10.10/ubuntu-10.10-server-amd64.iso
The official homepage is still only the Ubuntu 10.04.1 download, but due to the need for early streaming, the official version of the Mirror has already been uploaded, can not wait to download the early.
There are desktop editions, server editions, netbook,alternate, direct download links and seed files, both CD and DVD versions, I386 and AMD64 platforms, complete.
There are Wubi software, this can not only virtual installation to experience Ubuntu, you can also use it easy to boot from the hard disk LiveCD to install the hard disk, it is recommended this way.
Install the build environment and OpenGL graphics driver to prepare the GEANT4 for installation.
1. Install the basic compiling environment
sudo apt install build-essential
2. Install OpenGL Library
sudo apt install Libgl1-mesa-dev
3. Install OpenGL Utilities
sudo apt install Libglu1-mesa-dev
The OpenGL Utilities is a toolkit built on the OpenGL Library, providing a number of handy functions to make OpenGL more powerful and easier to use.
4, install sudo apt install Libxt-dev
This package is not loaded when compiling geant4, the Error:x11/intrinsic.h:no such file or directory error is reported.
5, open the new Package Manager, find LIBXMU. Put all seven found. Otherwise, you will encounter the following error when compiling GEANT4: Include/g4openglxviewer.hh:46:29:error:x11/xmu/stdcmap.h:no such file or directory
The reason may be that the LIBXMU-related packages that are installed by default are not dev editions (develop), so there is no header file in the system.
Also lacks
Apt install Zlib1g-dev will appear zlib.h: no file or directory
sudo apt install libxi-dev otherwise:/usr/bin/ld:cannot find-lxi