mirror of
https://github.com/logos-storage/logos-storage-docs-obsidian.git
synced 2026-01-03 13:53:13 +00:00
Added collaboration badge and done some small cleanup
This commit is contained in:
parent
6d85aeff9d
commit
b6283c7405
@ -1,11 +1,13 @@
|
||||
[](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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user