Results 1 to 2 of 2
Hello i am new in linux and i have some problems with Makefile i downloaded some progz that need Makefile but i do not have the slightest idea how or ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-14-2004 #1Just Joined!
- Join Date
- Mar 2004
- Posts
- 3
Makefile Problems
Hello i am new in linux and i have some problems with Makefile i downloaded some progz that need Makefile but i do not have the slightest idea how or what to do.
ie read the README but it just says about this prog nothing on how to use the Makefile.
- 03-14-2004 #2Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
Some basics things to compiling.
1. Read the REAME and INSTALL files
2. After doing that, you'll probably have to install some dependent libraries or other programs
3. Once that's done, follow these steps:
a. ./configure
b. make
c. make install
d. make clean
The last step is really optional to clean some object files.The best things in life are free.


Reply With Quote
