Git Product home page Git Product logo

Comments (3)

rakshasa avatar rakshasa commented on June 16, 2024 2

autoreconf -fi

Using autogen.sh scripts is considered obsolete.

from libtorrent.

 avatar commented on June 16, 2024

thanks! it works!

from libtorrent.

WagnerGMD avatar WagnerGMD commented on June 16, 2024
git clone https://github.com/rakshasa/libtorrent.git RakShasa-LibTorrent;\
cd RakShasa-LibTorrent;\
git checkout master;\
autoreconf -fi;\
./configure;\
make;\
make install;\
cd ../;

To resume, even today (2023/03/27) inside the branch master the file autogen.sh doesn't exist.
Then that's correct, as you can read that's work to build (install) "LibTorrent".

git clone https://github.com/rakshasa/libtorrent.git RakShasa-LibTorrent;\
cd RakShasa-LibTorrent;\
git checkout v0.13.8;\
./autogen.sh;\
./configure;\
make;\
make install;\
cd ../;

Now you can see the difference between the master and latest release (which was published the 19 July 2019) !
How many commit (difference) ? Be my guest to count them.
Because despite a huge patience, we can guess it will take a very long time for a new one (and for a reply made a wish (like this one just wait 5 months and you will see one year has past)).

from libtorrent.

Related Issues (20)

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.