Giter VIP home page Giter VIP logo

Comments (5)

q3aql avatar q3aql commented on May 21, 2024 2

@TA40 Because you need strip debugging symbols. You can strip it with the command:

$ x86_64-w64-mingw32-strip --strip-all aria2c.exe

from aria2-static-builds.

q3aql avatar q3aql commented on May 21, 2024

I can try to build it. Give me a little time and I will. For what architecture do you want me to compile it? 32 or 64 bits?

from aria2-static-builds.

TanukiAI avatar TanukiAI commented on May 21, 2024

Thanks. Would be awesome for 64 bits.

from aria2-static-builds.

q3aql avatar q3aql commented on May 21, 2024

Hello friend, here is your package:

If you want it packaged in ".deb", I can send it to you by mail, since the Github platform does not allow me to attach it here.

How I compiled it

  • Necessary tools:
  • Steps for build dependences:
    • Create the libs build directory: $ sudo mkdir -p /opt/aria2
    • Change the permisions: $ sudo chmod 777 -R /opt/aria2
    • Run script for build dependences: $ chmod +x aria2-x86_64-gnu-linux-build-libs && ./aria2-x86_64-gnu-linux-build-libs
      .
  • Steps for build aria2:
    • Unpack the source code: $ tar jxvf aria2-1.35.0.tar.bz2 && cd aria2-1.35.0
    • Edit the source code with your indications: $ nano src/OptionHandlerFactory.cc (Change here)
    • Copy the script aria2-x86_64-gnu-linux-config within the folder aria2-1.35.0.
    • Run the script to create makefile: $ chmod +x aria2-x86_64-gnu-linux-config && ./aria2-x86_64-gnu-linux-config
    • Compile and install: $ make && make install

from aria2-static-builds.

TanukiAI avatar TanukiAI commented on May 21, 2024

Looks good. Thanks to your instructions I managed to also build it.
Thank you very much!

I also made a win64 build, but somehow its size it 216 MB.
Do you know why?

from aria2-static-builds.

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.