Page 1 of 1

Re: How to Compile & Install Asus EEE PC 901 Wireless?

Posted: Mon Feb 02, 2009 7:19 am
by Husse
A little bit hard to answer when you don't know what file you have there
But I'll give it a shot
First install build-essential

Code: Select all

apt install build-essential
Pack up the archive (tar)
A folder will be created, move into it and open a terminal

Code: Select all

sudo ./configure

Code: Select all

sudo make
and possibly

Code: Select all

sudo make install
There may be a file named install (install-sh) in which case you do ./install
There should be a readme that tells you what to do - I just gave you the general description