LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   i need source code help (https://www.linuxquestions.org/questions/linux-newbie-8/i-need-source-code-help-527830/)

pyrosk8er368 02-12-2007 10:18 AM

i need source code help
 
i am trying to install ndiswrapper and all guide/walkthrough pages gives me command codes to install programs like for example:


"Download the latest version of the ndiswrapper sources from here and extract it with

tar -zxvf ndiswrapper-version.tar.gz "


the only problem is where do i type this command in?
do i use terminal or something else?
i am very new to linux
i am using fedora core 5
if someonecould help me a little and maybe help me install ndiswrapper as well that would be great thank you.

colucix 02-12-2007 10:42 AM

Quote:

Originally Posted by pyrosk8er368
tar -zxvf ndiswrapper-version.tar.gz "

the only problem is where do i type this command in?

Yes, you have to type it and the subsequent commands in a terminal (aka command line interface). I'd suggest to read this thread. Anyway, feel free to post any other question. Cheers

3rdKey 02-12-2007 01:04 PM

Yes, you have to type it into the terminal. Since you're using FC5, go to "Applications" > "Accessories" > "Terminal" (or you could create a shortcut on your GNOME/KDE menu...it's faster that way for future uses of the terminal).

After you un-tar it, you'll need to type "./configure" (without quotes) to set up the source and to make your "make" file. After it configures, type "make" and then "make install" to create the program.

Good luck!


All times are GMT -5. The time now is 09:32 PM.