View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006512 | DarkRadiant | Design/Coding | public | 31.03.2024 14:29 | 18.06.2025 18:57 |
| Reporter | es20490446e | Assigned To | orbweaver | ||
| Priority | low | Severity | tweak | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Platform | Linux | OS | Arch Linux | ||
| Summary | 0006512: Wiki: Compiling with "n" cores | ||||
| Description | At: https://wiki.thedarkmod.com/index.php?title=DarkRadiant_-_Compiling_in_Linux#Multiprocessor_Systems Use: make --jobs="$(nproc)" | ||||
| Tags | No tags attached. | ||||
| This is already mentioned on the linked wiki page under the heading "Multiprocessor Systems". | |
|
It says: make --jobs=2 It shall say: make --jobs="$(nproc)" So it automatically uses all cores. |
|
| Updated to mention $(nproc). Also updated the CMake commands to modern standards: using a separate build directory with -B (modern CMake strongly recommends not doing in-source builds), and using "cmake --build" instead of assuming the build tool is "make" (which it may not be, if Ninja is installed). | |
| Nice � | |
|
Please close the issue as fixed. Have a nice day. |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 31.03.2024 14:29 | es20490446e | New Issue | |
| 12.06.2025 18:50 | orbweaver | Assigned To | => orbweaver |
| 12.06.2025 18:50 | orbweaver | Status | new => resolved |
| 12.06.2025 18:50 | orbweaver | Resolution | open => no change required |
| 12.06.2025 18:50 | orbweaver | Note Added: 0017038 | |
| 13.06.2025 00:51 | es20490446e | Note Added: 0017039 | |
| 13.06.2025 00:52 | es20490446e | Status | resolved => new |
| 13.06.2025 00:52 | es20490446e | Resolution | no change required => reopened |
| 17.06.2025 18:49 | orbweaver | Note Added: 0017042 | |
| 17.06.2025 22:07 | es20490446e | Note Added: 0017045 | |
| 17.06.2025 22:08 | es20490446e | Note Added: 0017046 | |
| 18.06.2025 18:57 | orbweaver | Status | new => resolved |
| 18.06.2025 18:57 | orbweaver | Resolution | reopened => fixed |