From 4cda81e0ecfdb1beae5e328476fce3599cfe9977 Mon Sep 17 00:00:00 2001 From: Tom Vercauteren Date: Sat, 19 Aug 2017 19:03:33 +0200 Subject: [PATCH] Update README to highlight the use of cmake This closes issue #4 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 36f4c74..cbad8aa 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,7 @@ https://issues.itk.org/jira/browse/HISTITK-1160 -- LSQR and LSMR can solve sparse, dense and matrix-free linear equations and linear least-squares problems including damped least-squares. + +-- + +The project uses `cmake` as a build process manager. Please have a look at the [cmake documentation](https://cmake.org/runningcmake/) for information on how to build a `cmake`-based project such as this one.