diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2017-06-28 11:11:53 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2017-06-28 11:11:53 +0200 |
commit | afe69cad5e09e476505b53749ec81f501349ecfe (patch) | |
tree | a742dc946a08069ebdde3298ed55244baa95e328 | |
parent | b9de63c10067b6fb58ac99583b15f983ffae5dc1 (diff) | |
download | uca-afe69cad5e09e476505b53749ec81f501349ecfe.tar.gz uca-afe69cad5e09e476505b53749ec81f501349ecfe.tar.bz2 uca-afe69cad5e09e476505b53749ec81f501349ecfe.tar.xz uca-afe69cad5e09e476505b53749ec81f501349ecfe.zip |
Fix softlink location
-rw-r--r-- | docs/quickstart.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quickstart.rst b/docs/quickstart.rst index a7922b2..47d7db9 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -132,7 +132,7 @@ directory to that folder, configure libuca using CMake and build and install it: Before proceeding with the plugins you *must* soft link the library to fit the naming scheme:: - ln -s /usr/lib/libuca.so /usr/lib/libuca.dll.a + ln -s /usr/bin/libuca.so /usr/lib/libuca.dll.a To build plugins nothing special is required. Clone the repository, create an empty build directory, configure and build:: |