dog hunter LLC CHIWAWA Benutzerhandbuch

Seite von 16
Summary 
Linino image
How to build environment and first image 
The standard build environment for linino images is:
Debian squeeze amd64
Using a chroot´ed environment will also work.
This tutorial does not explain how to install Debian or perform sysadmin tasks.
Make sure updates and security-updates are enabled and installed.
As root (or via sudo):
# apt-get update && apt-get upgrade
# apt-get install git subversion build-essential python gawk unzip 
libncurses5-dev libz-dev fastjar asciidoc flex libgtk2.0-dev intltool 
perl-modules python2.6-dev rsync ruby unzip wget gettext xsltproc tex4ht 
texlive-lang-french
As normal user: ( no root ) 
Get the source - see https://dev.openwrt.org/wiki/GetSource:
any other method is also fine, I prefer git, you might have to adapt the following commands. 
Once linino branch is created, we will replace the checkout with the official repo.
On Ubuntu 12.10 LTS ( quantal )
#sudo apt-get install git subversion build-essential python gawk 
unzip libncurses5-dev zlib1g-dev fastjar asciidoc flex libgtk2.0-dev 
intltool perl-modules python-dev rsync ruby unzip wget gettext 
xsltproc tex4ht texlive-lang-french