Changes between Version 38 and Version 39 of Building/libtorrent
- Timestamp:
- 04/16/2020 05:21:29 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/libtorrent
v38 v39 49 49 6. Verify libtorrent and the python bindings are installed correctly: 50 50 {{{ 51 python -c "import libtorrent; print libtorrent.version"51 python3 -c "import libtorrent; print (libtorrent.version)" 52 52 >> 1.0.6.0 53 53 }}}