From 5cd00e104c8ea402cb744d70bd2ba490be9bc0d1 Mon Sep 17 00:00:00 2001 From: Calvin Date: Tue, 2 Apr 2013 16:44:58 -0400 Subject: use ld so that the linking works properly on all systems (gcc you drive me crazy), and update the readme to tell users to use ldconfig --- README.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 416e4b2..c980bda 100644 --- a/README.markdown +++ b/README.markdown @@ -38,12 +38,15 @@ Make FSToolbox and install it: make sudo make install +Run ldconfig to update your library cache + + sudo ldconfig + Install our PyFeast module python ./setup.py build sudo python ./setup.py install - ## Demonstration See test/test.py for an example with uniform data and an image data set. The image data set was collected from the digits example in -- cgit v1.2.3