diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-03-26 11:18:48 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-03-26 11:18:48 -0400 |
commit | 6d2755af83298db4e1f04bb4289304babc207c1c (patch) | |
tree | dd9ec8a7e5e6deccc73a327d0475b3617fd4bce5 | |
parent | 4523727c2512f67c88f72b9f2e396b8d4b167c3f (diff) |
added parallel build advice
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ Requisites: - SciPy, Matplotlib, numpy (Python libraries) -Run `make` in the toplevel directory to build with the GNU Makefile. +Run `make -j8` in the toplevel directory to build with the GNU Makefile. ## Results |