Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Neatherway <robin.neatherway@gmail.com>2014-01-13 21:10:10 +0400
committerRobin Neatherway <robin.neatherway@gmail.com>2014-01-13 21:10:10 +0400
commitb1752efbc46bfb827ef271c0ef925ca025e92aa4 (patch)
treec53565fb930e95aa6b4b1f2752b5cc7acabd3b1e /README.md
parenta2157f2d276bd1ddcfeadbffa53aef69300c878a (diff)
Update README.md
Add a note about using LD_LIBRARY_PATH
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index c109a334cb..54eaa1f627 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,8 @@ Installing *(Optional)*
You can install MonoDevelop by running:
`make install`
+Bear in mind that if you are installing under a custom prefix, you may need to modify your `/etc/ld.so.conf` or `LD_LIBRARY_PATH` to ensure that any required native libraries are found correctly.
+
*(It's possible that you need to install for your locale to be
correctly set.)*