diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2023-03-19 05:57:19 +0100 |
|---|---|---|
| committer | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2023-03-19 05:57:19 +0100 |
| commit | 8d974a0f8dbde31cfbc112c287f88aec6c033de4 (patch) | |
| tree | 5448befec20849006a9f67333c8118cfa5545ff0 /docs/linux-requirements.md | |
| parent | ce5a32cec8833571edb8dad0786c4cd0826e813c (diff) | |
| download | wiki-8d974a0f8dbde31cfbc112c287f88aec6c033de4.tar.gz wiki-8d974a0f8dbde31cfbc112c287f88aec6c033de4.tar.bz2 wiki-8d974a0f8dbde31cfbc112c287f88aec6c033de4.zip | |
Update linux-requirements.md
Diffstat (limited to 'docs/linux-requirements.md')
| -rw-r--r-- | docs/linux-requirements.md | 2 |
1 files changed, 2 insertions, 0 deletions
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`: |
