Skip to content

KittyBua/ni-buildsystem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NI \o/ - Neutrino-Images Buildsystem

Für die Einrichtung unter Debian sind folgende Pakete nötig

apt-get install git subversion mercurial cvs
apt-get install curl wget
apt-get install tar lzma zip unzip bzip2 gzip xz-utils
apt-get install gawk grep sed findutils bc ncurses-bin
apt-get install build-essential ccache automake autoconf libtool libtool-bin
apt-get install patch pkg-config gettext autopoint intltool gtk-doc-tools
apt-get install gperf bison help2man texinfo flex libncurses-dev
apt-get install libltdl-dev libglib2.0-dev libssl-dev libcurl4-openssl-dev

1) Buildsystem initialisieren

git clone https://github.com/neutrino-images/ni-buildsystem.git
cd ni-buildsystem

2) Archivverzeichnis erstellen

mkdir -p $HOME/archives
ln -s $HOME/archives download

3) Buildsystem konfigurieren

make local-files

config.local auf die eigenen Bedürfnisse anpassen. BOXMODEL muss gesetzt werden!

4) Buildumgebung prüfen

make toolcheck

5) Buildsystem initialisieren und Toolchain bauen

make init

6) Image(s) bauen

make image

oder

make images

7) Aktualisieren und aufräumen

make update
make clean

About

NI \o/ - Buildsystem for STB images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 72.5%
  • Shell 18.3%
  • Roff 2.7%
  • CSS 2.1%
  • Smarty 2.0%
  • PHP 1.4%
  • Other 1.0%