aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2017-07-27 13:07:28 +0100
committerSergio Martins <smartins@kde.org>2017-07-27 13:07:28 +0100
commit4d2de8fcf4f59e765b7ada0b1ccaa07d91d66588 (patch)
tree4b91da819e7949c5895eeb7ca51cd541b5a295db /README.md
parent800510a146353e7f96de431b9de1c368a10d4a08 (diff)
README: remove tip about LD_LIBRARY_PATH
It's using RPATH now
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index d59398a0..c6035799 100644
--- a/README.md
+++ b/README.md
@@ -352,10 +352,6 @@ For better results don't use parallel builds, otherwise a fixit being applied in
If you're building in 32-bit, open clazy-cl.bat and insert a -m32 argument.
Should read: %~dp0\clang\clang.exe –driver-mode=cl -m32 (...)
-- clazy-standalone: error while loading shared libraries: ClangLazy.so: cannot open shared object file: No such file or directory
- You need to add the folder where you installed ClangLazy.so to your LD_LIBRARY_PATH (example /usr/local/lib/)
- export LD_LIBRARY_PATH=/path/to/folder/containing/library/:$LD_LIBRARY_PATH
-
# Qt4 compatibility mode
When running on codebases that must still compile with Qt4, you can pass `--qt4compat`