aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index c43e61a..e38117e 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,9 @@ therefore not least squares).
Download using:<br>
``git clone https://www.av8n.com/cgit/poissfit``
-Requires the `libnlopt-cxx-dev` package, which is easily installable on Ubuntu and similar platforms.
+The fitting program requires the `libnlopt-cxx-dev` package.
+The SVD program requires `libarmadillo-dev` package.
+Both of those are easily installable on Ubuntu and similar platforms.
In the poissfit directory, compile using a simple `make`
command. That works on my Ubuntu platform. Other platforms are likely