【发布时间】:2017-11-29 15:07:12
【问题描述】:
我正在关注 guide 为 python 3.6 构建 libtorrent,但我被困在这部分。
将目录更改为 c:\boost_1_55_0\tools\jam\src。然后在 unix 系统上运行名为 build.bat 或 build.sh 的脚本。
First you need to build bjam. You do this by opening a terminal (In windows, run cmd). Change directory to c:\boost_1_55_0\tools\jam\src. Then run the script called build.bat or build.sh on a unix system. This will build bjam and place it in a directory starting with bin. and then have the name of your platform. Copy the bjam.exe (or bjam on a unix system) to a place that's in you shell's PATH. On linux systems a place commonly used may be /usr/local/bin or on windows c:\windows (you can also add directories to the search paths by modifying the environment variable called PATH).
我正在使用 boost here 的最新版本,即 1.65.1。我所做的就是将其提取到一个文件夹中。
问题
我在这个特定文件夹中没有看到build.bat,我应该使用它来构建bjam。有没有更清晰的方式在 windows 上为 python 安装 libtorrent?
【问题讨论】:
标签: python libtorrent libtorrent-rasterbar