Skip to content

Commit

Permalink
Suggest parallel make
Browse files Browse the repository at this point in the history
  • Loading branch information
tripplet authored and FD- committed Jun 14, 2021
1 parent 5611a45 commit 35dd995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sudo apt-get install libssl-dev
mkdir build
cd build
cmake ..
make
make -j
```

GCC 5 or later is required.
Expand Down

3 comments on commit 35dd995

@frankusb
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, this destroyed my Pi Zero W. :) Just make resulted in much better results.

@FD-
Copy link
Owner

@FD- FD- commented on 35dd995 Apr 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ouch! Destroyed as in turned into a paperweight? That shouldn't be possible!

@frankusb
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unable to respond to input? Yes. Cntl-C in the make shell resurrected it from paper weight status.

Please sign in to comment.