Skip to content

Commit 00324a4

Browse files
committed
Some adjustments for Ubuntu 25
1 parent 5b6bd82 commit 00324a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/releases/build-from-source/build-instructions-ubuntu.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Update apt installer
2929

3030
Install GCC and related tools
3131

32-
sudo apt install build-essential curl zip unzip tar flex bison
32+
sudo apt install build-essential curl zip unzip tar flex bison pkg-config libgl1-mesa-dev libglu1-mesa-dev libfreetype6-dev libfontconfig1-dev
3333

3434
[Set default compiler](https://linuxconfig.org/how-to-switch-between-multiple-gcc-and-g-compiler-versions-on-ubuntu-20-04-lts-focal-fossa)
3535

@@ -75,9 +75,9 @@ Create a root folder for Qt installations. In this folder, create a virtual envi
7575

7676
### Build ResInsight
7777

78-
Install Ninja build tool
78+
Install Ninja and CMake
7979

80-
sudo apt-get install ninja-build
80+
sudo apt-get install ninja-build cmake
8181

8282
The configuration flags for a basic build is given in `CMakePresets.json` in the root of the repository. Configuration flags specific for the system to build on can be specified in `CMakeUserPresets.json`. This file is ignored by git.
8383

0 commit comments

Comments
 (0)