Stupid Question

ericd2011

New Member
I am trying to install program from a .zip. I unzipped it and in the readme it said i would need to type in "/.configure" and "make install" and it didn't say where and I don't know.
 
so you are running linux. just go to the file in the command prompt and cd to the directory then hit./config and make and makeinstall
 
HOW TO COMPILE
--------------
Type "./configure" and then "make" and "make install".
If you have CYGWIN, you have to follow the instructions "./configure" prints
after running.
For PalmPilot, run "./configure-palm".
For ARM processor mobiles, run "./configure-arm".
 
It's been said before, those instructions are for Linux. You've got source code so you have to build it yourself. The instructions you have do not work on windows.
 
Back
Top