aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorCalvin <calvin@EESI>2013-04-02 16:44:58 -0400
committerCalvin <calvin@EESI>2013-04-02 16:44:58 -0400
commit5cd00e104c8ea402cb744d70bd2ba490be9bc0d1 (patch)
treee4657fcc2fbf8e393a557b94dc33aa8b6fcbbdb4 /README.markdown
parent77593c6295da4159911c9f706149f21e43da5ec8 (diff)
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
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown5
1 files changed, 4 insertions, 1 deletions
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