[SATLUG] Ubuntu 8.04
Tweeks
tweeksjunk2 at theweeks.org
Sun Apr 27 01:30:15 CDT 2008
On Saturday 26 April 2008 10:24:47 pm toddwbucy wrote:
> > wish I could get an Ubuntu/Linux guru to
> > sit down beside me and show me how to do the basic things; like compile a
> > program from source...
>
> Oh yeah forgot to add that a quick search on youtube should reveal some
> demonstration videos on how to compile software in Linux. Other then
> that give the guys at SAC a call I am sure they would love to have you
> enrolled in the Fall semester.
$ tar xzvf <softwarename>
$ cd <softwaredir>
$ ./configure
$ make
done.. ;)
Tweeks
More information about the SATLUG
mailing list