找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 8668|回复: 17

【随缘编译成功】wrt1900AC v2 Lede aria2 全功能版下载

[复制链接]
本帖最后由 millionart 于 2017-7-15 01:01 编辑

我自己编译总是出错,根本Google不到详细的解决方法,无奈之下只能到这里求助
我的系统sdk位置是
http://downloads.lede-project.or ... Linux-x86_64.tar.xz

求一个1.32.0全功能的aria2
先谢谢了
update:
之前成功编译了一个版本,实测没有bt功能
重新搭建了环境,编译又不通过了,太随缘了
爱谁谁吧,不用了还不行么……


更新:
随缘编译成功了……

链接: https://pan.baidu.com/s/1qYqIQ2S 密码: kif4
这回确认可安装,全功能
注意安装前可能需要确认卸载旧版本
我的恩山、我的无线 The best wifi forum is right here.
 楼主| | 显示全部楼层
本帖最后由 millionart 于 2017-7-28 05:18 编辑

随缘编译,成功了

下面是我的编译步骤,留存一下(ubuntu 16.04)


  1. apt update

  2. # apt install libgnutls-dev nettle-dev libgmp-dev libssh2-1-dev libc-ares-dev libxml2-dev zlib1g-dev libsqlite3-dev pkg-config subversion build-essential libncurses5-dev gawk git ccache gettext libssl-dev xsltproc wget python nano gcc g++ binutils patch bzip2 flex bison make autoconf gettext texinfo unzip sharutils subversion libncurses5-dev ncurses-term
  3. # apt install libxml2-dev libcppunit-dev autoconf automake autotools-dev autopoint libtool

  4. # https://lede-project.org/docs/guide-developer/quickstart-build-images
  5. apt install subversion g++ zlib1g-dev build-essential git python rsync libncurses5-dev gawk gettext unzip file libssl-dev wget

  6. # https://lede-project.org/docs/guide-developer/install-buildsystem
  7. apt install build-essential subversion libncurses5-dev zlib1g-dev gawk gcc-multilib flex git-core gettext libssl-dev

  8. # https://aria2.github.io/manual/en/html/README.html#how-to-build
  9. apt install libgnutls-dev nettle-dev libgmp-dev libssh2-1-dev libc-ares-dev libxml2-dev zlib1g-dev libsqlite3-dev pkg-config

  10. # git clone -b lede-17.01 git://git.lede-project.org/source.git
  11. wget http://downloads.lede-project.org/releases/17.01.2/targets/mvebu/generic/lede-sdk-17.01.2-mvebu_gcc-5.4.0_musl-1.1.16_eabi.Linux-x86_64.tar.xz

  12. tar -xf lede-sdk-17.01.2-mvebu_gcc-5.4.0_musl-1.1.16_eabi.Linux-x86_64.tar.xz

  13. cd lede-*

  14. ./scripts/feeds update -a
  15. ./scripts/feeds install zlib
  16. ./scripts/feeds install aria2

  17. nano feeds/packages/net/aria2/Makefile



  18. make menuconfig


  19. make V=s
  20. # export FORCE_UNSAFE_CONFIGURE=1

  21. make package/feeds/packages/aria2/install V=99
复制代码


点评

nano feeds/packages/net/aria2/Makefile 请教这里可以分享吗? 先收藏了。感谢分享。  详情 回复 发表于 2017-7-19 08:49
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

每次在vps上自编译最新版都是懵的,有很多错误各种搜索,有时候莫名其妙就编译成了。。。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

来自手机 | 显示全部楼层
编译aria 2需要安装完依赖库,你要他的github主页找一下需要什么依赖

点评

我遇到一个xml依赖的库,那个库需要单独编译,按照网上的方法也编译不过去,说我C编译器找不到,但是明明编译其他的就可以,所以aria2也就没法编译,ubuntu 16.04  详情 回复 发表于 2017-7-12 14:09
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
haxc 发表于 2017-7-12 14:01
编译aria 2需要安装完依赖库,你要他的github主页找一下需要什么依赖

我遇到一个xml依赖的库,那个库需要单独编译,按照网上的方法也编译不过去,说我C编译器找不到,但是明明编译其他的就可以,所以aria2也就没法编译,ubuntu 16.04
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
libxml2 is requested but not found in the system.
libexpat is requested but not found in the system.
总是出上面这种错误
但是明明都已经安装了:
libexpat1-dev is already the newest version (2.1.0-7ubuntu0.16.04.2).
libxml2-dev is already the newest version (2.9.3+dfsg1-1ubuntu0.2).

点评

应该是op没有这两个源码,你添加依赖进入  详情 回复 发表于 2017-7-18 20:42
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| | 显示全部楼层
终于在docker里编译成功了……现在的问题是怎么从docker里拿出来。。。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

终于有人求了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

来自手机 | 显示全部楼层
仰望高端玩家,要是有机器测试我就编译了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

来自手机 | 显示全部楼层
millionart 发表于 2017-7-12 14:30
libxml2 is requested but not found in the system.
libexpat is requested but not found in the system ...

应该是op没有这两个源码,你添加依赖进入
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

millionart 发表于 2017-7-14 06:16
随缘编译,成功了

下面是我的编译步骤,留存一下(ubuntu 16.04)

nano feeds/packages/net/aria2/Makefile

请教这里可以分享吗?

先收藏了。感谢分享。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

谢谢分享,已经下载,在测试了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

我的是DIR 835的路由器,哪个高手能帮我编译一个。

点评

我的也是835,有需要编译什么可以联系我微信369945818  详情 回复 发表于 2018-9-24 02:05
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

记录仪下来
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

Thanks for sharing
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-27 19:13

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表