pfstools-how to compile?

hi all,

i have downloaded pfstools (to convert openexr format to hdr) in source form.i have devc++,borland free c++ compiler.i dont know how to compile(i dont have any programming knowledge).i tried cd to the directory and use "make"command but nothing happens.
please,can somebody show me how to compile(step by step!)using the above soft.:slight_smile:
i am using winxp(i have set path for borland compiler properly)devc++ is also working properly
thanks

You need to make sure you have MinGW installed properly.

thanks,i will try:)

dev-c++ includes a complete MinGW install. But you’ll have to set the path to the bin folder when using it from command line…

No idea if Borland is of any use there, but isn’t the compiler over 5 years old now? I wouldn’t attempt to compile any new C++ code with that, no compiler from back then is even nearly ISO C++ conform, not even GNU ones…