Compiled On The Eee PC

Packages.CompiledOnTheEeePC History

Hide minor edits - Show changes to markup

March 15, 2008, at 03:38 AM by deadDuck -
Changed lines 8-9 from:
  • make install > output.txt
  • find the files that were installed in order to package it
to:
  • make install DESTDIR=/home/user/packageroot

$DESTDIR should give the absolute directory to install files to. If left blank, will install at /

If you are creating a package, supply the root directory of the pacakge.

March 02, 2008, at 03:47 AM by deadDuck -
Changed line 9 from:
  • find the files that were installed in order to package it
to:
  • find the files that were installed in order to package it
March 02, 2008, at 03:47 AM by deadDuck -
Added lines 1-9:
  • apt-get install build-essential
  • download the source code from the applicable website
  • uncompress it (in XandrosFileManager, right-click, choose extract all)
  • change to the directory containing the source code
  • in a terminal, enter the command "./configure"
  • resolve any errors
  • make
  • make install > output.txt
  • find the files that were installed in order to package it