From: Markham Date: Sat, 7 Nov 2015 20:19:01 +0000 (+0100) Subject: move README.* and config to doc X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=4137e80e1a047b7bf1f5c065434a973d4f896a77;p=bs-cst-neutrino-hd.git move README.* and config to doc --- diff --git a/.gitignore b/.gitignore index 1ca0254..cbff376 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ source local Makefile.local .ignore +config diff --git a/README.first b/README.first deleted file mode 100755 index bba3b7b..0000000 --- a/README.first +++ /dev/null @@ -1,207 +0,0 @@ -...info: -================================================================================================ - -dies ist das neue "wittinobi-buildsystem-cs". -es wurde gemacht, um weitestgehend eine "original-coolstream-firmware" zu erhalten. -als erstes sollte man in der datei ".config" die einstellungen überprüfen, dann kanns auch schon losgehen. -die benutzung ist auf eigene gefahr. - - - - - -...building crosstool-ng: -================================================================================================ - -:$ cd $HOME -:$ mkdir coolstream -:$ cd coolstream -:$ git clone http://git.wittinobi.de/bs-cst-neutrino-hd.git bs-cst-neutrino-hd -:$ cd bs-cst-neutrino-hd - -( >> download ordner erstellen: ) -( :$ mkdir $HOME/coolstream/bs-cst-neutrino-hd/download ) -( >> ...oder alternativ link auf download-archiv erzeugen z.b.: ) -( :$ ln -s /archiv/download download ) - -:$ make crosstool - -( >> hilfreiche seiten: ) -( >> http://www.dbox2world.net/board293-coolstream-hd1/board314-coolstream-development/8064-arm-cross-compiler-toolchain/ ) -( >> http://www.dbox2world.net/board293-coolstream-hd1/board306-coolstream-hd1-support/board312-coolstream-hd1-howto-tutorial-anleitungen/8824-coolstream-svn-howto/ ) -( >> http://www.dbox2world.net/board293-coolstream-hd1/board314-coolstream-development/8802-coolstream-neutrino-buildsystem/index5.html ) - - - - - -...building a wittinobi bootloader, kernel, tarball and flash-image: -================================================================================================ - -:$ cd $HOME -:$ mkdir coolstream -:$ cd coolstream -:$ git clone http://git.wittinobi.de/bs-cst-neutrino-hd.git bs-cst-neutrino-hd -:$ cd bs-cst-neutrino-hd - -( >> download ordner erstellen: ) -( :$ mkdir $HOME/coolstream/bs-cst-neutrino-hd/download ) -( >> ...oder alternativ link auf download-archiv erzeugen z.b.: ) -( :$ ln -s /archiv/download download ) - -:$ make printenv -:$ make wittinobi-init - -( >> diffs einspielen wenn vorhanden, z.b. neutrino-hd: ) -( :$ cd source ) -( :$ patch -p0 < neutrino-hd.diff ) -( :$ cd .. ) - -:$ make wittinobi-all - - - - - -...building a wittinobi tarball and flash-image: -================================================================================================ - -:$ cd $HOME -:$ mkdir coolstream -:$ cd coolstream -:$ git clone http://git.wittinobi.de/bs-cst-neutrino-hd.git bs-cst-neutrino-hd -:$ cd bs-cst-neutrino-hd - -( >> download ordner erstellen: ) -( :$ mkdir $HOME/coolstream/bs-cst-neutrino-hd/download ) -( >> ...oder alternativ link auf download-archiv erzeugen z.b.: ) -( :$ ln -s /archiv/download download ) - -:$ make printenv -:$ make wittinobi-init - -( >> diffs einspielen wenn vorhanden, z.b. neutrino-hd: ) -( :$ cd source ) -( :$ patch -p0 < neutrino-hd.diff ) -( :$ cd .. ) - -:$ make wittinobi-neutrino-flash - - - - - -...building a wittinobi tarball and flash-image step by step: -================================================================================================ - -:$ cd $HOME -:$ mkdir coolstream -:$ cd coolstream -:$ git clone http://git.wittinobi.de/bs-cst-neutrino-hd.git bs-cst-neutrino-hd -:$ cd bs-cst-neutrino-hd - -( >> download ordner erstellen: ) -( :$ mkdir $HOME/coolstream/bs-cst-neutrino-hd/download ) -( >> ...oder alternativ link auf download-archiv erzeugen z.b.: ) -( :$ ln -s /archiv/download download ) - -:$ make printenv -:$ make prerequisites -:$ make bootstrap - -( >> diffs einspielen wenn vorhanden, z.b. neutrino-hd: ) -( :$ cd source ) -( :$ patch -p0 < neutrino-hd.diff ) -( :$ cd .. ) - -:$ make neutrino -:$ make links -:$ make procps -:$ make busybox -:$ make e2fsprogs -:$ make hotplug -:$ make fbshot -:$ make vsftpd -:$ make tuxcom -:$ make tuxcal -:$ make getrc -:$ make msgbox -:$ make input -:$ make shellexec -:$ make cooliTSclimax -:$ make rcsim -:$ make skeleton -:$ make rootfs -:$ make flash - - - - - -...building a wittinobi filesystem: -================================================================================================ - -:$ cd $HOME -:$ mkdir coolstream -:$ cd coolstream -:$ git clone http://git.wittinobi.de/bs-cst-neutrino-hd.git bs-cst-neutrino-hd -:$ cd bs-cst-neutrino-hd - -( >> download ordner erstellen: ) -( :$ mkdir $HOME/coolstream/bs-cst-neutrino-hd/download ) -( >> ...oder alternativ link auf download-archiv erzeugen z.b.: ) -( :$ ln -s /archiv/download download ) - -:$ make printenv -:$ make wittinobi-init - -( >> diffs einspielen wenn vorhanden, z.b. neutrino-hd: ) -( :$ cd source ) -( :$ patch -p0 < neutrino-hd.diff ) -( :$ cd .. ) - -:$ make wittinobi-neutrino - - - - - -...building a coolstream kernel: -================================================================================================ - -:$ cd $HOME -:$ mkdir coolstream -:$ cd coolstream -:$ git clone http://git.wittinobi.de/bs-cst-neutrino-hd.git bs-cst-neutrino-hd -:$ cd bs-cst-neutrino-hd - -( >> download ordner erstellen: ) -( :$ mkdir $HOME/coolstream/bs-cst-neutrino-hd/download ) -( >> ...oder alternativ link auf download-archiv erzeugen z.b.: ) -( :$ ln -s /archiv/download download ) - -:$ make printenv -:$ make wittinobi-init -:$ make kernel - - - - - -...building a coolstream bootloader: -================================================================================================ - -:$ cd $HOME -:$ mkdir coolstream -:$ cd coolstream -:$ git clone http://git.wittinobi.de/bs-cst-neutrino-hd.git bs-cst-neutrino-hd -:$ cd bs-cst-neutrino-hd - -( >> download ordner erstellen: ) -( :$ mkdir $HOME/coolstream/bs-cst-neutrino-hd/download ) -( >> ...oder alternativ link auf download-archiv erzeugen z.b.: ) -( :$ ln -s /archiv/download download ) - -:$ make printenv -:$ make wittinobi-init -:$ make bootloader diff --git a/README.requirements b/README.requirements deleted file mode 100755 index ec8ce43..0000000 --- a/README.requirements +++ /dev/null @@ -1,29 +0,0 @@ -...packages that need to be installed for building: -================================================================================================ - -this was tested on a minimal installation of Debian 6.0.8 amd64, other -distributions will have similar package names. -a few more packages are pulled in by dependencies, you'll need them as well. - - - - - -...check tools: -================================================================================================ - -:$ cd $HOME -:$ mkdir coolstream -:$ cd coolstream -:$ git clone http://git.wittinobi.de/bs-cst-neutrino-hd.git bs-cst-neutrino-hd -:$ cd bs-cst-neutrino-hd -:$ make checktool - - - - - -...install tools: -================================================================================================ - -:$ apt-get install git make subversion patch gcc bison flex texinfo automake libtool libncurses5-dev build-essential ncurses-dev gettext pkg-config libgmp3-dev expat python-dev libvorbis-dev texlive help2man diff --git a/config b/config deleted file mode 100755 index 61b449b..0000000 --- a/config +++ /dev/null @@ -1,131 +0,0 @@ -########################################################################################### -### PART 1 # SYSTEM ####################################################################### -########################################################################################### - -# choose one of the following platforms: -# PLATFORM=nevis -# PLATFORM=apollo -# PLATFORM=kronos -PLATFORM=nevis - -# choose one of the following crosstool versions: -# CROSSTOOL_VERSION=1.16.0 -# CROSSTOOL_VERSION=1.19.0 -CROSSTOOL_VERSION=1.19.0 - -# if you want to use your precompiled toolchain, define CROSS_DIR: -# this will skip the building of our own compiler/glibc combination! -# if CROSS_DIR is not defined, you must first build your toolchain with "make crosstool"! -# CROSS_DIR=/opt/crosstool-ng-1.16.0-kernel-2.6.34.13-cnxt/arm-cx2450x-linux-gnueabi -# CROSS_DIR=/opt/crosstool-ng-1.16.0-kernel-2.6.34.13-cnxt/arm-pnx8400-linux-uclibcgnueabi -# CROSS_DIR=/opt/crosstool-ng-1.19.0-kernel-2.6.34.13-cnxt/arm-cx2450x-linux-gnueabi -# CROSS_DIR=/opt/crosstool-ng-1.19.0-kernel-2.6.34.13-cnxt/arm-pnx8400-linux-uclibcgnueabi - -# if /usr/share/libtool/config/config.guess does not supply a valid -# build type, specify it here. THIS IS A WORKAROUND. Use with caution. -# BUILD=x86_64-unknown-linux-gnu - -# choose one of the following neutrino-hd-port versions: -# NEUTRINO_HD_PORT=neutrino-hd-single-old (coolstream neutrino-experimental port) -# NEUTRINO_HD_PORT=neutrino-hd-single (coolstream single port) -# NEUTRINO_HD_PORT=neutrino-hd-master (coolstream master port) -# NEUTRINO_HD_PORT=neutrino-hd-pucc (coolstream pu/cc port) -# NEUTRINO_HD_PORT=neutrino-hd-next (coolstream next port) -# NEUTRINO_HD_PORT=neutrino-hd-next-cc (coolstream next-cc port) -# NEUTRINO_HD_PORT=neutrino-hd-cst-next (coolstream cst-next port) -NEUTRINO_HD_PORT=neutrino-hd-cst-next - -# choose one of the following coolstream kernel versions: -# CST_KERNEL_VERSION=2.6.26.8 -# CST_KERNEL_VERSION=2.6.34.13 -# CST_KERNEL_VERSION=2.6.35.14 -# CST_KERNEL_VERSION=2.6.39.4 -CST_KERNEL_VERSION=2.6.34.13 - -# choose one of the following coolstream driver versions: -# CST_DRIVER_VERSION=master -# CST_DRIVER_VERSION=test -CST_DRIVER_VERSION=master - -# choose one of the following coolstream ffmpeg versions: -# CST_FFMPEG_VERSION=ffmpeg-2.3.3 -# CST_FFMPEG_VERSION=ffmpeg-2.2.4 -# CST_FFMPEG_VERSION=master -# CST_FFMPEG_VERSION=coolstream -CST_FFMPEG_VERSION=ffmpeg-2.3.3 - -########################################################################################### -########################################################################################### - - - - - -########################################################################################### -### PART 2 # APPLICATIONS # OPTIONAL ###################################################### -########################################################################################### - -# if you want to build lcd4linux (optional), define LCD4LINUX=yes: -# LCD4LINUX=yes -# LCD4LINUX=no -LCD4LINUX=no - -# if you want to build inadyn (optional), define INADYN=yes: -# INADYN=yes -# INADYN=no -INADYN=no - -# if you want to build djmount (optional), define DJMOUNT=yes: -# DJMOUNT=yes -# DJMOUNT=no -DJMOUNT=no - -# if you want to build ushare (optional), define USHARE=yes: -# USHARE=yes -# USHARE=no -USHARE=no - -# if you want to build xupnpd (optional), define XUPNPD=yes: -# XUPNPD=yes -# XUPNPD=no -XUPNPD=no - -########################################################################################### -########################################################################################### - - - - - -########################################################################################### -### PART 3 # MULTIMEDIA # OPTIONAL ######################################################## -########################################################################################### - -# if you want to build multimedia (optional), define MULTIMEDIA=yes: -# MULTIMEDIA=yes -# MULTIMEDIA=no -MULTIMEDIA=no - -########################################################################################### -########################################################################################### - - - - - -########################################################################################### -### PART 4 # PLUGINS # OPTIONAL ########################################################### -########################################################################################### - -# if you want to build charts (optional), define CHARTS=yes: -# CHARTS=yes -# CHARTS=no -CHARTS=no - -# if you want to build games (optional), define GAMES=yes: -# GAMES=yes -# GAMES=no -GAMES=no - -########################################################################################### -########################################################################################### diff --git a/doc/README.first b/doc/README.first new file mode 100755 index 0000000..bba3b7b --- /dev/null +++ b/doc/README.first @@ -0,0 +1,207 @@ +...info: +================================================================================================ + +dies ist das neue "wittinobi-buildsystem-cs". +es wurde gemacht, um weitestgehend eine "original-coolstream-firmware" zu erhalten. +als erstes sollte man in der datei ".config" die einstellungen überprüfen, dann kanns auch schon losgehen. +die benutzung ist auf eigene gefahr. + + + + + +...building crosstool-ng: +================================================================================================ + +:$ cd $HOME +:$ mkdir coolstream +:$ cd coolstream +:$ git clone http://git.wittinobi.de/bs-cst-neutrino-hd.git bs-cst-neutrino-hd +:$ cd bs-cst-neutrino-hd + +( >> download ordner erstellen: ) +( :$ mkdir $HOME/coolstream/bs-cst-neutrino-hd/download ) +( >> ...oder alternativ link auf download-archiv erzeugen z.b.: ) +( :$ ln -s /archiv/download download ) + +:$ make crosstool + +( >> hilfreiche seiten: ) +( >> http://www.dbox2world.net/board293-coolstream-hd1/board314-coolstream-development/8064-arm-cross-compiler-toolchain/ ) +( >> http://www.dbox2world.net/board293-coolstream-hd1/board306-coolstream-hd1-support/board312-coolstream-hd1-howto-tutorial-anleitungen/8824-coolstream-svn-howto/ ) +( >> http://www.dbox2world.net/board293-coolstream-hd1/board314-coolstream-development/8802-coolstream-neutrino-buildsystem/index5.html ) + + + + + +...building a wittinobi bootloader, kernel, tarball and flash-image: +================================================================================================ + +:$ cd $HOME +:$ mkdir coolstream +:$ cd coolstream +:$ git clone http://git.wittinobi.de/bs-cst-neutrino-hd.git bs-cst-neutrino-hd +:$ cd bs-cst-neutrino-hd + +( >> download ordner erstellen: ) +( :$ mkdir $HOME/coolstream/bs-cst-neutrino-hd/download ) +( >> ...oder alternativ link auf download-archiv erzeugen z.b.: ) +( :$ ln -s /archiv/download download ) + +:$ make printenv +:$ make wittinobi-init + +( >> diffs einspielen wenn vorhanden, z.b. neutrino-hd: ) +( :$ cd source ) +( :$ patch -p0 < neutrino-hd.diff ) +( :$ cd .. ) + +:$ make wittinobi-all + + + + + +...building a wittinobi tarball and flash-image: +================================================================================================ + +:$ cd $HOME +:$ mkdir coolstream +:$ cd coolstream +:$ git clone http://git.wittinobi.de/bs-cst-neutrino-hd.git bs-cst-neutrino-hd +:$ cd bs-cst-neutrino-hd + +( >> download ordner erstellen: ) +( :$ mkdir $HOME/coolstream/bs-cst-neutrino-hd/download ) +( >> ...oder alternativ link auf download-archiv erzeugen z.b.: ) +( :$ ln -s /archiv/download download ) + +:$ make printenv +:$ make wittinobi-init + +( >> diffs einspielen wenn vorhanden, z.b. neutrino-hd: ) +( :$ cd source ) +( :$ patch -p0 < neutrino-hd.diff ) +( :$ cd .. ) + +:$ make wittinobi-neutrino-flash + + + + + +...building a wittinobi tarball and flash-image step by step: +================================================================================================ + +:$ cd $HOME +:$ mkdir coolstream +:$ cd coolstream +:$ git clone http://git.wittinobi.de/bs-cst-neutrino-hd.git bs-cst-neutrino-hd +:$ cd bs-cst-neutrino-hd + +( >> download ordner erstellen: ) +( :$ mkdir $HOME/coolstream/bs-cst-neutrino-hd/download ) +( >> ...oder alternativ link auf download-archiv erzeugen z.b.: ) +( :$ ln -s /archiv/download download ) + +:$ make printenv +:$ make prerequisites +:$ make bootstrap + +( >> diffs einspielen wenn vorhanden, z.b. neutrino-hd: ) +( :$ cd source ) +( :$ patch -p0 < neutrino-hd.diff ) +( :$ cd .. ) + +:$ make neutrino +:$ make links +:$ make procps +:$ make busybox +:$ make e2fsprogs +:$ make hotplug +:$ make fbshot +:$ make vsftpd +:$ make tuxcom +:$ make tuxcal +:$ make getrc +:$ make msgbox +:$ make input +:$ make shellexec +:$ make cooliTSclimax +:$ make rcsim +:$ make skeleton +:$ make rootfs +:$ make flash + + + + + +...building a wittinobi filesystem: +================================================================================================ + +:$ cd $HOME +:$ mkdir coolstream +:$ cd coolstream +:$ git clone http://git.wittinobi.de/bs-cst-neutrino-hd.git bs-cst-neutrino-hd +:$ cd bs-cst-neutrino-hd + +( >> download ordner erstellen: ) +( :$ mkdir $HOME/coolstream/bs-cst-neutrino-hd/download ) +( >> ...oder alternativ link auf download-archiv erzeugen z.b.: ) +( :$ ln -s /archiv/download download ) + +:$ make printenv +:$ make wittinobi-init + +( >> diffs einspielen wenn vorhanden, z.b. neutrino-hd: ) +( :$ cd source ) +( :$ patch -p0 < neutrino-hd.diff ) +( :$ cd .. ) + +:$ make wittinobi-neutrino + + + + + +...building a coolstream kernel: +================================================================================================ + +:$ cd $HOME +:$ mkdir coolstream +:$ cd coolstream +:$ git clone http://git.wittinobi.de/bs-cst-neutrino-hd.git bs-cst-neutrino-hd +:$ cd bs-cst-neutrino-hd + +( >> download ordner erstellen: ) +( :$ mkdir $HOME/coolstream/bs-cst-neutrino-hd/download ) +( >> ...oder alternativ link auf download-archiv erzeugen z.b.: ) +( :$ ln -s /archiv/download download ) + +:$ make printenv +:$ make wittinobi-init +:$ make kernel + + + + + +...building a coolstream bootloader: +================================================================================================ + +:$ cd $HOME +:$ mkdir coolstream +:$ cd coolstream +:$ git clone http://git.wittinobi.de/bs-cst-neutrino-hd.git bs-cst-neutrino-hd +:$ cd bs-cst-neutrino-hd + +( >> download ordner erstellen: ) +( :$ mkdir $HOME/coolstream/bs-cst-neutrino-hd/download ) +( >> ...oder alternativ link auf download-archiv erzeugen z.b.: ) +( :$ ln -s /archiv/download download ) + +:$ make printenv +:$ make wittinobi-init +:$ make bootloader diff --git a/doc/README.requirements b/doc/README.requirements new file mode 100755 index 0000000..ec8ce43 --- /dev/null +++ b/doc/README.requirements @@ -0,0 +1,29 @@ +...packages that need to be installed for building: +================================================================================================ + +this was tested on a minimal installation of Debian 6.0.8 amd64, other +distributions will have similar package names. +a few more packages are pulled in by dependencies, you'll need them as well. + + + + + +...check tools: +================================================================================================ + +:$ cd $HOME +:$ mkdir coolstream +:$ cd coolstream +:$ git clone http://git.wittinobi.de/bs-cst-neutrino-hd.git bs-cst-neutrino-hd +:$ cd bs-cst-neutrino-hd +:$ make checktool + + + + + +...install tools: +================================================================================================ + +:$ apt-get install git make subversion patch gcc bison flex texinfo automake libtool libncurses5-dev build-essential ncurses-dev gettext pkg-config libgmp3-dev expat python-dev libvorbis-dev texlive help2man diff --git a/doc/config.example b/doc/config.example new file mode 100755 index 0000000..61b449b --- /dev/null +++ b/doc/config.example @@ -0,0 +1,131 @@ +########################################################################################### +### PART 1 # SYSTEM ####################################################################### +########################################################################################### + +# choose one of the following platforms: +# PLATFORM=nevis +# PLATFORM=apollo +# PLATFORM=kronos +PLATFORM=nevis + +# choose one of the following crosstool versions: +# CROSSTOOL_VERSION=1.16.0 +# CROSSTOOL_VERSION=1.19.0 +CROSSTOOL_VERSION=1.19.0 + +# if you want to use your precompiled toolchain, define CROSS_DIR: +# this will skip the building of our own compiler/glibc combination! +# if CROSS_DIR is not defined, you must first build your toolchain with "make crosstool"! +# CROSS_DIR=/opt/crosstool-ng-1.16.0-kernel-2.6.34.13-cnxt/arm-cx2450x-linux-gnueabi +# CROSS_DIR=/opt/crosstool-ng-1.16.0-kernel-2.6.34.13-cnxt/arm-pnx8400-linux-uclibcgnueabi +# CROSS_DIR=/opt/crosstool-ng-1.19.0-kernel-2.6.34.13-cnxt/arm-cx2450x-linux-gnueabi +# CROSS_DIR=/opt/crosstool-ng-1.19.0-kernel-2.6.34.13-cnxt/arm-pnx8400-linux-uclibcgnueabi + +# if /usr/share/libtool/config/config.guess does not supply a valid +# build type, specify it here. THIS IS A WORKAROUND. Use with caution. +# BUILD=x86_64-unknown-linux-gnu + +# choose one of the following neutrino-hd-port versions: +# NEUTRINO_HD_PORT=neutrino-hd-single-old (coolstream neutrino-experimental port) +# NEUTRINO_HD_PORT=neutrino-hd-single (coolstream single port) +# NEUTRINO_HD_PORT=neutrino-hd-master (coolstream master port) +# NEUTRINO_HD_PORT=neutrino-hd-pucc (coolstream pu/cc port) +# NEUTRINO_HD_PORT=neutrino-hd-next (coolstream next port) +# NEUTRINO_HD_PORT=neutrino-hd-next-cc (coolstream next-cc port) +# NEUTRINO_HD_PORT=neutrino-hd-cst-next (coolstream cst-next port) +NEUTRINO_HD_PORT=neutrino-hd-cst-next + +# choose one of the following coolstream kernel versions: +# CST_KERNEL_VERSION=2.6.26.8 +# CST_KERNEL_VERSION=2.6.34.13 +# CST_KERNEL_VERSION=2.6.35.14 +# CST_KERNEL_VERSION=2.6.39.4 +CST_KERNEL_VERSION=2.6.34.13 + +# choose one of the following coolstream driver versions: +# CST_DRIVER_VERSION=master +# CST_DRIVER_VERSION=test +CST_DRIVER_VERSION=master + +# choose one of the following coolstream ffmpeg versions: +# CST_FFMPEG_VERSION=ffmpeg-2.3.3 +# CST_FFMPEG_VERSION=ffmpeg-2.2.4 +# CST_FFMPEG_VERSION=master +# CST_FFMPEG_VERSION=coolstream +CST_FFMPEG_VERSION=ffmpeg-2.3.3 + +########################################################################################### +########################################################################################### + + + + + +########################################################################################### +### PART 2 # APPLICATIONS # OPTIONAL ###################################################### +########################################################################################### + +# if you want to build lcd4linux (optional), define LCD4LINUX=yes: +# LCD4LINUX=yes +# LCD4LINUX=no +LCD4LINUX=no + +# if you want to build inadyn (optional), define INADYN=yes: +# INADYN=yes +# INADYN=no +INADYN=no + +# if you want to build djmount (optional), define DJMOUNT=yes: +# DJMOUNT=yes +# DJMOUNT=no +DJMOUNT=no + +# if you want to build ushare (optional), define USHARE=yes: +# USHARE=yes +# USHARE=no +USHARE=no + +# if you want to build xupnpd (optional), define XUPNPD=yes: +# XUPNPD=yes +# XUPNPD=no +XUPNPD=no + +########################################################################################### +########################################################################################### + + + + + +########################################################################################### +### PART 3 # MULTIMEDIA # OPTIONAL ######################################################## +########################################################################################### + +# if you want to build multimedia (optional), define MULTIMEDIA=yes: +# MULTIMEDIA=yes +# MULTIMEDIA=no +MULTIMEDIA=no + +########################################################################################### +########################################################################################### + + + + + +########################################################################################### +### PART 4 # PLUGINS # OPTIONAL ########################################################### +########################################################################################### + +# if you want to build charts (optional), define CHARTS=yes: +# CHARTS=yes +# CHARTS=no +CHARTS=no + +# if you want to build games (optional), define GAMES=yes: +# GAMES=yes +# GAMES=no +GAMES=no + +########################################################################################### +###########################################################################################