Changes between Version 3 and Version 4 of Building/libtorrent


Ignore:
Timestamp:
08/01/2014 06:00:12 PM (10 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Building/libtorrent

    v3 v4  
    2626}}} 
    2727 This will install libtorrent and bindings in the correct place. I have substituted `checkinstall` for `make install` because `checkinstall` creates a deb package that then can be used by dpkg to remove all the installed files easily. 
     28 
     29 5. Verify libtorrent and it's python binding are installed correctly: 
     30{{{ 
     31python -c "import libtorrent as lt; print lt.version" 
     32}}} 
     33 
     34 If you encounter an ImportError relating to opening libtorrent-rasterbar.so, you may need to run `sudo ldconfig` or ensure python is searching the path to the library. 
    2835 
    2936== Windows ==