From 3e44910664c0a1147e1fe2e46589457abc8400ca Mon Sep 17 00:00:00 2001 From: Al Date: Wed, 16 Dec 2015 00:48:22 -0500 Subject: [PATCH] [fix] Note about ldconfig --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7f461239..0b090cb9 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,9 @@ cd libpostal ./configure --datadir=[...some dir with a few GB of space...] make sudo make install + +# On Linux it's probably a good idea to run +sudo ldconfig ``` To install via Python, you should first install the C library and then run: