mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-19 19:14:55 +00:00
install file
This commit is contained in:
parent
8848d4d4e5
commit
bdbac0e24a
1 changed files with 13 additions and 0 deletions
13
INSTALL
Normal file
13
INSTALL
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue