(Created page with " <PRE> wget https://github.com/xinetd-org/xinetd/archive/xinetd-2-3-15.tar.gz tar -xzf xinetd-2-3-15.tar.gz cd xinetd-xinetd-2-3-15/ ./configure --host=arm-linux-gnueabi --pr...")
 
Line 8: Line 8:
 
make
 
make
 
make install
 
make install
 +
</PRE>
 +
 +
 +
<PRE>
 +
wget https://www.kernel.org/pub/software/network/tftp/tftp-hpa/tftp-hpa-5.2.tar.gz
 +
tar -xzf tftp-hpa-5.2.tar.gz
 +
cd tftp-hpa-5.2/
 +
./configure --host=arm-linux-gnueabi --prefix=/home/temp1
 
</PRE>
 
</PRE>

Latest revision as of 07:13, 15 August 2014


wget https://github.com/xinetd-org/xinetd/archive/xinetd-2-3-15.tar.gz
tar -xzf xinetd-2-3-15.tar.gz
cd xinetd-xinetd-2-3-15/
./configure --host=arm-linux-gnueabi --prefix=/home/temp1
make
make install


wget https://www.kernel.org/pub/software/network/tftp/tftp-hpa/tftp-hpa-5.2.tar.gz
tar -xzf tftp-hpa-5.2.tar.gz 
cd tftp-hpa-5.2/
./configure --host=arm-linux-gnueabi --prefix=/home/temp1