About: BuildingWithDebian   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

Building the full Linux Build Environment in Debian file system (that's downloadedable from the coLinux site) First you'll have to have a network connection, with it do: apt-get update && apt-get upgrade If this gives you an "MMAP out of room" error, increase the Cache of apt-get (I found this on the Debian FAQ, most people experience this sooner or later), and retry the above commands: echo 'APT::Cache-Limit "141943904";' >> /etc/apt/apt.conf After all that is finished you'll need to get wget to download the colinux source (and for the build*.sh scripts): apt-get install wget

AttributesValues
rdfs:label
  • BuildingWithDebian
rdfs:comment
  • Building the full Linux Build Environment in Debian file system (that's downloadedable from the coLinux site) First you'll have to have a network connection, with it do: apt-get update && apt-get upgrade If this gives you an "MMAP out of room" error, increase the Cache of apt-get (I found this on the Debian FAQ, most people experience this sooner or later), and retry the above commands: echo 'APT::Cache-Limit "141943904";' >> /etc/apt/apt.conf After all that is finished you'll need to get wget to download the colinux source (and for the build*.sh scripts): apt-get install wget
dcterms:subject
abstract
  • Building the full Linux Build Environment in Debian file system (that's downloadedable from the coLinux site) First you'll have to have a network connection, with it do: apt-get update && apt-get upgrade If this gives you an "MMAP out of room" error, increase the Cache of apt-get (I found this on the Debian FAQ, most people experience this sooner or later), and retry the above commands: echo 'APT::Cache-Limit "141943904";' >> /etc/apt/apt.conf After all that is finished you'll need to get wget to download the colinux source (and for the build*.sh scripts): apt-get install wget Then you need some Essentials for doing development in general: apt-get install build-essential Then you'll need to get a few things more (for binutils): apt-get install gettext bison flex automake autoconf glib2.0-dev Then for FLTK you'll need: apt-get install xlibs-dev If you want to be able to configure the kernel with make menuconfig you'll need: apt-get install libncurses5-dev Then you need a few archive tools: apt-get install unzip bzip2 Next, you'll need to clean-up some diskspace for the build (as root run)... rm /var/cache/apt/archives/*.deb -rf After, all that you should be able to wget colinux-.tar.gz tar zxf colinux-.tar.gz && cd colinux-/bin and run then run the build scripts.
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software