Go to file
mvoelkel 2e1bb68a70 ddbridge driver 2015-09-06 22:07:13 +02:00
buildroot.octonet another tiny bugfix 2015-09-05 21:48:29 +02:00
dddvb@4f53aa9a1b ddbridge driver 2015-09-06 22:07:13 +02:00
octoserve Webserver javascripts updates 2015-09-06 22:06:38 +02:00
.gitignore Added missing .gitignore 2015-09-03 14:27:38 +02:00
.gitmodules set dddvb branch to internal 2015-08-05 23:10:05 +02:00
README.md Added README.md 2015-09-06 15:06:15 +02:00
buildroot.patch fixed EOL on scrips and patch files 2015-08-05 22:23:21 +02:00
dvb-apps-0002-Fix-broken-bitops-on-arm.patch fixed EOL on scrips and patch files 2015-08-05 22:23:21 +02:00
linux.patch fixed EOL on scrips and patch files 2015-08-05 22:23:21 +02:00
mk fixed EOL on scrips and patch files 2015-08-05 22:23:21 +02:00
mk.all fixed EOL on scrips and patch files 2015-08-05 22:23:21 +02:00
mk.clean Initial 2015-08-05 18:52:25 +02:00
mk.patch fixed EOL on scrips and patch files 2015-08-05 22:23:21 +02:00
u-boot.patch added octoserve 2015-08-05 22:22:06 +02:00

README.md

OctopusNet

###Prepare for Building On Debian/Ubuntu:

 >apt-get install build-essential bison flex gettext libncurses5-dev texinfo autoconf automake libtool
 >apt-get install libpng12-dev libglib2.0-dev libgtk2.0-dev gperf libxt-dev libxp-dev
 >apt-get install rsync git subversion mercurial
  • Ensure bash ist default shell (Debian/Ubuntu standard is dash)
  >git clone -b internal https://github.com/DigitalDevices/internal_octonet.git <your directory>
  >cd <your directory>
  >git submodule update --init --remote
  
  >sh mk.patch

###Building

   TBD