1
0
mirror of https://github.com/DigitalDevices/octonet.git synced 2023-10-10 13:36:52 +02:00
Go to file
Ralph Metzler 7c870b9aed remove copying from rjkm directories
make executable
2015-09-07 02:17:56 +02:00
buildroot.octonet another tiny bugfix 2015-09-05 21:48:29 +02:00
dddvb@4e1b527c35 SCIFDataBase, update script, dddvb changes 2015-09-03 14:36:12 +02:00
octoserve Added temperature monitor and fan control 2015-09-05 18:40:13 +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
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 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
README.md Added README.md 2015-09-06 15:06:15 +02:00
u-boot.patch added octoserve 2015-08-05 22:22:06 +02:00

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