Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit b143ed3

Browse files
committed
added memory recommendation
1 parent b0a02fb commit b143ed3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ Dependencies:
5252
* `boost>=1.55`
5353
* `xorg-misc-fonts`
5454

55-
5655
Building:
5756

5857
1. Install Dependencies (see below for some distro-specific instructions)
@@ -67,7 +66,7 @@ Building:
6766

6867
For `meson` versions `>=0.54` (check `meson --version`):
6968

70-
6. `meson compile` for debug build, or `meson compile CCCP` for a release build. If the build fails because of memory shortage you may need to reduce the number of build threads (meson will use all available threads by default) using the `-j<number of threads>` option
69+
6. `meson compile` for debug build, or `meson compile CCCP` for a release build. If the build fails because of memory shortage you may need to reduce the number of build threads (meson will use all available threads by default) using the `-j<number of threads>` option, if this doesn't help increase your swap size to at least 6Gb
7170

7271
For `meson` versions `<0.54`
7372

0 commit comments

Comments
 (0)