From 8d974a0f8dbde31cfbc112c287f88aec6c033de4 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 19 Mar 2023 05:57:19 +0100 Subject: Update linux-requirements.md --- docs/linux-requirements.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/linux-requirements.md b/docs/linux-requirements.md index 4812753..46bed23 100644 --- a/docs/linux-requirements.md +++ b/docs/linux-requirements.md @@ -29,6 +29,8 @@ sudo apt-get update && sudo apt-get install git cmake make gcc g++ clang libmysq Remember that if you are using the `root` user, it is not necessary to use `sudo`. +**Note**: If you get the error **cannot find -lstdc++** you need to install `g++-12` and it's dependencies. + To configure MySQL in Ubuntu 18.04 and similar (set `root` password and other settings) read [this guide](https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-18-04). **Note**: in older versions of Ubuntu like **18.04** you need to install `gcc-10` and `libboost1.74-dev`: -- cgit