diff --git a/docs/BuildSystem.md b/docs/BuildSystem.md index 871800980..0906d1c05 100644 --- a/docs/BuildSystem.md +++ b/docs/BuildSystem.md @@ -27,6 +27,7 @@ The BLIS build system was designed for use with GNU/Linux (or some other sane UN * GNU `bash` (3.2 or later) * GNU `make` (3.81 or later) * a working C99 compiler + * Perl (any version) BLIS also requires a POSIX threads library at link-time (`-lpthread` or `libpthread.so`). This requirement holds even when configuring BLIS with multithreading disabled (the default) or with multithreading via OpenMP (`--enable-multithreading=openmp`). (Note: BLIS implements basic pthreads functionality automatically for Windows builds via [AppVeyor](https://ci.appveyor.com/project/shpc/blis/).)