Created
March 23, 2020 13:57
-
-
Save mschoch/1358eda1d9745d884486b8184a21b154 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mschoch@mschoch-virtualbox:/mnt/build$ lsb_release -a | |
No LSB modules are available. | |
Distributor ID: Ubuntu | |
Description: Ubuntu 18.04.4 LTS | |
Release: 18.04 | |
Codename: bionic | |
mschoch@mschoch-virtualbox:/mnt/build$ uname -a | |
Linux mschoch-virtualbox 5.3.0-42-generic #34~18.04.1-Ubuntu SMP Fri Feb 28 13:42:26 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux | |
mschoch@mschoch-virtualbox:/mnt/build$ gcc --version | |
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 | |
Copyright (C) 2017 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
mschoch@mschoch-virtualbox:/mnt/build$ cmake --version | |
cmake version 3.17.0 | |
CMake suite maintained and supported by Kitware (kitware.com/cmake). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment