aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-03-15 16:42:38 -0300
committerSamuel Fadel <samuelfadel@gmail.com>2016-03-15 16:42:38 -0300
commitc15337ed220fe7b8825c759db1a689816a7f1553 (patch)
treea17b9f44ccf823746fafe8d72a4f85bd2f40e86b
parent7cb2b5a84adfb1726bb061dfe985a68199118763 (diff)
Added CUBu info to README.
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index fcd4ebd..9f46558 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,9 @@ Interactive multidimensional projections.
# Prerequisites
This program depends on the following libraries:
+* [CUBu](https://bitbucket.org/rmmartins/cubu) (All platforms: download the
+ sources and follow the instructions on README.md to build and install)
+ * You *must* edit CMakeLists.txt and point the CUBU variable to the base folder
* Qt 5 (Qt5Widgets, Qt5Qml, Qt5Quick)
* Armadillo 6.x.x (might work with older versions)
* CUDA 7.5 (high chance of working with older versions)