Hi,
I hope this is the right place to ask my question.
I need to write the install mechanism for both Unix and Windows for my on-line shopping system. (like make,make install).
Can you suggest me any link or Documentation or just give an advise how to organize the installation mechanism.
The Gnu Build System is OK for but I think it is too hard for my system, I need only the mechanism to give users the way to set True Type fonts path and jpgraph library path. I think using the config.cfg file is more convenient in my case but how to read it? ( php? or shell? or make???)
What format is common in such files????
Thanks in advance
I hope this is the right place to ask my question.
I need to write the install mechanism for both Unix and Windows for my on-line shopping system. (like make,make install).
Can you suggest me any link or Documentation or just give an advise how to organize the installation mechanism.
The Gnu Build System is OK for but I think it is too hard for my system, I need only the mechanism to give users the way to set True Type fonts path and jpgraph library path. I think using the config.cfg file is more convenient in my case but how to read it? ( php? or shell? or make???)
What format is common in such files????
Thanks in advance
Comment