备注:
此文是佐须之男"跟着佐大学OpenWrt开发"入门培训班教学视频演讲稿提纲,虽是内部资料但再三考虑后对外公布,通过公众的监督来鞭策自己。如对完整内容感兴趣,可以参加"跟着佐大学OpenWrt开发"入门培训班:http://forgotfun.org/2018/04/openwrt-training-2018.html。
课程试听地址:
https://pan.baidu.com/s/13nCmoaXTEfKc9F9-bdtHcA
- 安装虚拟机,Virtualbox或者VMvare
- 安装Ubuntu 16.04 64位系统
- 安装开发环境,选择速度最快的源,然后执行 sudo apt-get updagte;接下来执行 sudo apt-get install gcc g++ binutils patch bzip2 flex bison make autoconf gettext texinfo unzip sharutils libncurses5-dev ncurses-term zlib1g-dev gawk asciidoc libz-dev git-core uuid-dev libacl1-dev liblzo2-dev pkg-config libc6-dev curl libxml-parser-perl ocaml-nox
- 下载OpenWrt源码,执行 git clone https://git.lede-project.org/source.git lede,大家可以根据自己的实际需求来checkout代码,这里只是做演示。
- 编译系统 make V=99
原文地址:https://www.cnblogs.com/forgotfun/p/9060189.html
时间: 2024-11-13 09:02:16