diff options
author | Samuel Fadel <samuelfadel@gmail.com> | 2016-03-15 17:43:46 -0300 |
---|---|---|
committer | Samuel Fadel <samuelfadel@gmail.com> | 2016-03-15 17:43:46 -0300 |
commit | aea8efe2e03e3348aaf4d1e076ebf7c27ddd5957 (patch) | |
tree | ee031d1b80ef9715b42d4bc8ac04e9018ef2df3c | |
parent | c15337ed220fe7b8825c759db1a689816a7f1553 (diff) |
Updated README.
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,9 +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 +* [CUBu](https://bitbucket.org/rmmartins/cubu) (download the sources and follow + the instructions on README.md to build and install; you *must* edit this + project's 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) |