Code Monkey home page Code Monkey logo

rb_libtorrent-rhel's Introduction

rb_libtorrent-rhel

Forked from https://src.fedoraproject.org/rpms/rb_libtorrent.git to build for RHEL/CentOS 8

How to build

See https://github.com/chrisdevchroma/build-packages-docker/blob/master/rb_libtorrent.sh for a automated script.

Manual build

  1. Install the Development tools (includes rpm-build)
sudo dnf group install "Development Tools"
  1. Install rpmdevtools (for spectool)
sudo dnf install rpmdevtools
  1. Install rb_libtorrent build dependencies
sudo dnf install boost-devel boost-python3-devel chrpath python3-devel
  1. Build & install dependency asio-devel -> see https://github.com/chrisdevchroma/asio-rhel
  2. Clone repo with git and cd into the folder
cd rb_libtorrent-rhel
  1. Create build/SOURCES dir
mkdir -p build/SOURCES
  1. Download rb_libtorrent source tarball with spectool
spectool -g -C build/SOURCES rb_libtorrent.spec
  1. Copy patches into build/SOURCES
cp *.patch *COPYING* *README*.Fedora build/SOURCES
  1. Build package with rpmbuild
rpmbuild --define "_topdir `pwd`/build" -ba rb_libtorrent.spec
  1. Install rb_libtorrent and rb_libtorrent-python3 packages
sudo dnf install ./build/RPMS/x86_64/rb_libtorrent-[[:digit:]]*.el8.x86_64.rpm
sudo dnf install ./build/RPMS/x86_64/rb_libtorrent-python3-[[:digit:]]*.el8.x86_64.rpm

rb_libtorrent-rhel's People

Contributors

leigh123linux avatar fale avatar chrisdevchroma avatar ausil avatar mooninite avatar jwakely avatar hroncok avatar tomspur avatar kalev avatar da115115 avatar besser82 avatar dtardon avatar ignatenkobrain avatar rdieter avatar spotrh avatar t8m avatar scop avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.