arvidn / libtorrent

an efficient feature complete C++ bittorrent implementation

Home Page:http://libtorrent.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not find a Jamfile in directory

estatistics opened this issue · comments

Downloaded source libtorrent-RC_2_0 cause repisotory offers 1.2.9-0.3

Having installed boost libraries, the common error on kubuntu with bullseye 11:

elias@eliasc:~/Downloads/_LINUX_PKGS/libtorrent-RC_2_0$ b2
CXXFLAGS =
LDFLAGS =
OS = LINUX
/usr/share/boost-build/src/build/project.jam:259: in find-jamfile from module project
error: Unable to load Jamfile.
error: Could not find a Jamfile in directory 'deps/try_signal'.
error: Attempted to find it with pattern '[Bb]uild.jam [Jj]amfile.v2 [Jj]amfile [Jj]amfile. [Jj]amfile.jam'.
error: Please consult the documentation at 'http://www.boost.org'.
/usr/share/boost-build/src/build/project.jam:322: in load-jamfile from module project
/usr/share/boost-build/src/build/project.jam:64: in load from module project
/usr/share/boost-build/src/build/project.jam:89: in load-used-projects from module project
/usr/share/boost-build/src/build/project.jam:75: in load from module project
/usr/share/boost-build/src/build/project.jam:142: in project.find from module project
/usr/share/boost-build/src/build-system.jam:618: in load from module build-system
/usr/share/boost-build/src/kernel/modules.jam:295: in import from module modules
/usr/share/boost-build/src/kernel/bootstrap.jam:139: in boost-build from module
/usr/share/boost-build/src/kernel/boost-build.jam:5: in module scope from module

Clone and get the submodules.

git clone --recurse-submodules

I cloned libtorrent
then running

git clone --recurse-submodules arvidn/libtorrent

resulting...

fatal: repository 'arvidn/libtorrent' does not exist

The libtorrent directory is there.

Just clone the repo like this.

git clone --recurse-submodules https://github.com/arvidn/libtorrent.git

solved! thanks