Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This version of the compiler should support the C++11 standard.

JLAB

An alternate compiler also needs to be setup to override the default one.

Code Block
languagebash
titleSetup JLAB Environment
export PATH=/apps/gcc/4.8.2/bin/:$PATH
gcc --version

You should see the following GCC version.

No Format
gcc (GCC) 4.8.2

Installing CMake

It is likely your system already has a recent enough version of CMake installed on it.

...