Skip to content

Conversation

@xavier2k6
Copy link
Contributor

No description provided.

@xavier2k6 xavier2k6 marked this pull request as draft October 19, 2025 14:36
@chapmanjacobd
Copy link

chapmanjacobd commented Nov 2, 2025

I can confirm that the features that I use work with python3.14 on Fedora 43 x86_64 when built likeso:

sudo dnf install -y cmake gcc-c++ python3.14-devel boost-devel boost-python3-devel boost-system boost-build openssl-devel pkgconfig ninja

git clone --recursive https://github.com/arvidn/libtorrent
cd libtorrent
git checkout v2.0.11
mkdir build; cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=14 -Dpython-bindings=3.14 -Dpython-install-system-dir=1 -G Ninja ..
ninja
sudo ninja install

@xavier2k6 xavier2k6 marked this pull request as ready for review November 9, 2025 11:38
@xavier2k6
Copy link
Contributor Author

Might need to change python to 3.14 in ci.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants