Added collaboration badge and done some small cleanup

This commit is contained in:
HackMD 2025-06-09 00:47:03 +00:00 committed by Marcin Czenko
parent 6d85aeff9d
commit b6283c7405

View File

@ -1,11 +1,13 @@
[![hackmd-github-sync-badge](https://hackmd.io/Nyj8Hp16SHu79OegS9GMqQ/badge)](https://hackmd.io/Nyj8Hp16SHu79OegS9GMqQ)
I am using Parallels Desktop.
In order to be able to compile I needed to increase the amount of RAM available to my VM. Default was `2048 MB` which was too little - VM was hanging and/or the build process crashed (`killed`). I set it to `8192 MB`: ^b254f5
In order to be able to compile I needed to increase the amount of RAM available to my VM. Default was `2048 MB` which was too little - VM was hanging and/or the build process crashed (`killed`). I set it to `8192 MB`:
### GCC
We are currently using GCC-14. What you have on your Ubuntu is most probably GCC-13. So first to install GCC-14: ^5ccf14
We are currently using GCC-14. What you have on your Ubuntu is most probably GCC-13. So first to install GCC-14:
```basg
```bash
sudo apt install gcc-14
which gcc-14
/usr/bin/gcc-14