Skip to main content Link Search Menu Expand Document (external link)

System requirements

Table of contents

  1. System requirements

System requirements

GLIMPSE2 is a set of C++ tools covering the process of haplotype phasing in large datasets. In order to compile, we require a modern Linux operating system and a version of GCC > 4.4. We recommend to use the latest available version for your system.

For example running the following instruction on Ubuntu 20.04 focal:

sudo apt install build-essential

will install the GNU g++ compiler version 9.2. To check the version of your g++ compiler, simply run:

g++ --version