From 98ff30eda2329e3269a071b5fbdbb5e8a6815526 Mon Sep 17 00:00:00 2001 From: Martin Finkel Date: Mon, 18 Feb 2019 10:38:42 +0700 Subject: [PATCH] Linux docs: mention LD_LIBRARY_PATH for custom libvlc location path --- docs/linux-setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/linux-setup.md b/docs/linux-setup.md index 5fad6f0..454d343 100644 --- a/docs/linux-setup.md +++ b/docs/linux-setup.md @@ -13,4 +13,6 @@ For ubuntu: 3. Install **gtk-sharp** (or monodevelop which uses it) For ubuntu: -> `apt-get install gtk-sharp2` \ No newline at end of file +> `apt-get install gtk-sharp2` + +Should you want to load the libvlc libraries from another location than `/usr/lib`, you'd need to set `LD_LIBRARY_PATH`. \ No newline at end of file -- GitLab