Hi guys,
I just installed a bleeding edge distro (Kali 2.0) that lacked a lot of the prerequisites but I still wanted to build freetz so I got started building a lot of the required packages myself.
Installed were gcc (4.9.2-2), g++ (4.9.2-10), make-guile (4.0-8.1).
Here is the rest that I needed to prepare to "make menuconfig":
"make menuconfig" works but the firmware image is not building yet. I'm fixing problems one at a time :)
I just installed a bleeding edge distro (Kali 2.0) that lacked a lot of the prerequisites but I still wanted to build freetz so I got started building a lot of the required packages myself.
Installed were gcc (4.9.2-2), g++ (4.9.2-10), make-guile (4.0-8.1).
Here is the rest that I needed to prepare to "make menuconfig":
Code:
wget http://ift.tt/1PkzeL9 && tar xfJ autoconf-latest.tar.xz && cd autoconf-latest && ./configure && make && make install && cd .. && rm -rf autoconf-*
wget http://ift.tt/1MjNaoB && tar xfJ automake-1.15.tar.xz && cd automake-1.15 && ./configure && make && make install && cd .. && rm -rf automake-1.15*
wget http://ift.tt/1Pkzhqa && tar xfJ gawk-4.1.3.tar.xz && cd gawk-4.1.3 && ./configure && make && make install && cd .. && rm -rf gawk-4.1.3*
wget http://ift.tt/1MjNaoD && tar xfJ bison-3.0.4.tar.xz && cd bison-3.0.4 && ./configure && make && make install && cd .. && rm -rf bison-3*
wget http://ift.tt/1Pkzhqe && tar xfJ libtool-2.4.6.tar.xz && cd libtool-2.4.6 && ./configure && make && make install && cd .. && rm -rf libtool-2.4.6*
wget http://ift.tt/1MjNaoH && tar xfz ncurses-6.0.tar.gz && cd ncurses-6.0/ && ./configure --enable-ext-colors && make && make install && cd .. && rm -rf ncurses-6.0*
wget http://ift.tt/1PkzeLf && tar xfj attr_2.4.47.orig.tar.bz2 && cd attr-2.4.47/ && ./configure && make && make install install-dev install-lib && cd .. && rm -rf attr*
wget http://ift.tt/1MjN8wY && tar xfj acl_2.2.52.orig.tar.bz2 && ./configure && make && make install install-dev install-lib && cd .. && rm -rf acl*
wget http://ift.tt/1Pkzhqi && tar xfJ libcap2_2.24.orig.tar.xz && cd libcap2-2.24/ && make && make install && cd .. && rm -rf libcap*
wget http://ift.tt/1kFxjR3 && tar xfz readline-6.3.tar.gz && cd readline-6.3 && ./configure && make && make install && cd .. && rm -rf readline-6.3*
[Info] Compile (most) prerequisites for building freetz on unsupported distros
Aucun commentaire:
Enregistrer un commentaire