From afe69cad5e09e476505b53749ec81f501349ecfe Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 28 Jun 2017 11:11:53 +0200 Subject: Fix softlink location --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/quickstart.rst') 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:: -- cgit v1.2.3