Skip to content

Improve build instructions for Linux#887

Open
Damglador wants to merge 1 commit into
TurningWheel:masterfrom
Damglador:patch-1
Open

Improve build instructions for Linux#887
Damglador wants to merge 1 commit into
TurningWheel:masterfrom
Damglador:patch-1

Conversation

@Damglador

@Damglador Damglador commented May 30, 2025

Copy link
Copy Markdown
  • make -j takes down my system because it runs out of memmory, so it's better to replace it with make -j$(nproc), it'll give make the amount of cores available on the system. https://stackoverflow.com/questions/11639524/make-j-ram-limits
  • Added list of packages for Arch (yay is used instead of pacman because cmake3 is not available in official Arch repositories and cmake 4 dropped compatibility for cmake <3.5)
  • Formatted list of packages for Debian/Ubuntu

- `make -j` takes down my system because it runs out of memmory, so it's better to replace it with `make -j$(nproc), it'll give `make` the amount of cores available on the system
- Added list of packages for Arch
- Formatted list of packages for Debian/Ubuntu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant