2017-11-29 6 views
0

python 3.6에 대한 libtorrent를 빌드하려면이 guide을 따르고 있지만이 부분은 고생하고 있습니다.libtorrent 용 BBv2 빌드

디렉토리를 c : \ boost_1_55_0 \ tools \ jam \ src로 변경하십시오. 그런 다음 unix 시스템에서 build.bat 또는 build.sh라는 스크립트를 실행하십시오. 나는 1.65.1입니다 boosthere의 최신 빌드를 사용하고

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).

. 내가 한 모든 것은 그것을 폴더로 추출하는 것입니다.

문제

난 내가 가진 bjam을 구축 할 사용해야이 특정 폴더 내에 build.bat 표시되지 않습니다. 파이썬을위한 윈도우즈에 libtorrent를 설치하는 더 명확한 방법이 있습니까?

답변

0

미리 빌드 된 bjam 및 부스트 빌드를 사용하여 별도로 설치 프로그램을 설치할 수 있습니다. 예 : this 또는 this.

이 지침의 문제점은 최신 버전의 부스트 패키지가 약간의 문제를 일으켰다는 것입니다. bjam 빌드 스크립트는 다음 위치에 있습니다.

/tools/build/src/engine

+0

감사합니다. 나는 아직 시도 할 시간이 없었다. 그러나 주말에 그것을 밖으로 검사 할 것이다! :) –

+0

링크 된 prebuild bjam과 boost-build를 사용한다면 자습서의 3 단계로 직접 건너 뛸 수 있습니까? –

+0

맞습니다. 하지만, 당신이 가지고있는 컴파일러를 user-config.jam에 설정해 주어야 할 수도 있습니다 – Arvid