LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Trying to install my drivers (https://www.linuxquestions.org/questions/linux-newbie-8/trying-to-install-my-drivers-230523/)

linuxmandrake 09-14-2004 12:01 PM

Trying to install my drivers
 
When I extracted the files out the zip archive under the linux directory was a load of files with a .h extension. I understand those are scripts how do i install them? I think u run the make file am I correct

scuzzman 09-14-2004 12:50 PM

the *.h is a Header file for a C++ (or, more likely C) program.
There should be an executable script called configure, run it then make & make install the driver using this method:

./configure
make
make install


All times are GMT -5. The time now is 05:47 PM.