Go to file
mvoelkel 30c2280256 Cleaned up mk.clean 2015-12-07 15:31:56 +01:00
buildroot.octonet Systemsettings html/scripts 2015-09-11 14:53:05 +02:00
dddvb@af746a02dd - properly handle pid changes by non stream owners 2015-11-24 23:05:23 +01:00
octoserve send defense to specified searchport instead of 1900 2015-11-24 23:08:27 +01: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 README.md updated 2015-09-07 16:57: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 remove copying from rjkm directories 2015-09-07 02:17:56 +02:00
mk.all make executable 2015-09-07 02:18:39 +02:00
mk.clean Cleaned up mk.clean 2015-12-07 15:31:56 +01:00
mk.patch make executable 2015-09-07 02:18:39 +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
  >cd dddvb
  >git checkout internal
  >cd ..
  
  >sh mk.patch

###Building

   TBD