From bdbac0e24a654be171d635214a004edf6504b190 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 12 Jan 2007 14:04:49 +0000 Subject: [PATCH] install file --- INSTALL | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 INSTALL diff --git a/INSTALL b/INSTALL new file mode 100644 index 000000000..ec010ce63 --- /dev/null +++ b/INSTALL @@ -0,0 +1,13 @@ +============ +Installation +============ + +Basically you should just run + +python setup.py install + + + +Notes: + +1) On some distributions, boost libraries are renamed to have "-mt" at the end (boost_thread_mt instead of boost_thread, for example), the "mt" indicating "multithreaded". In some cases it appears the distros lack symlinks to connect things. The solution is to either add symlinks from the short names to those with "-mt", or to alter setup.py to look for the "-mt" versions.