- 博客(3)
- 收藏
- 关注
原创 如何在Openwrt的平台上编译单独一个package
一般来说,在编译时,进行make menuconfig,可以选择你需要编译的包。工具会帮助你完成包依赖的处理,包括依赖包的下载以及编译)。 如果要手动编译一个包,则需要自己解决包依赖的问题。例如想编译一个nano的包,可以通过命令opkg info nano 来知道包依赖是什么 Package: nano Version: 2.2.5-1 Depends: libncurses Prov...
2014-02-14 13:43:15
1173
原创 npm config the proxy
Using Npm Behind a Corporate Proxy npm config set proxy http://proxy.company.com:8080 npm config set https-proxy http://proxy.company.com:8080 If you need to specify credentials, they can be pa...
2013-12-17 15:47:46
182
原创 GIT透过代理下载
如何通过代理clone GIT的代码 如果clone出现错误, D:\workspace>git clone git://git.openwrt.org/openwrt.git Cloning into 'openwrt'... fatal: unable to connect to git.openwrt.org: git.openwrt.org[0: 217.115.15.20]...
2013-12-11 15:41:05
98
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人