what software to package and distribute my c++ program

Hi,I have written a couple of text adventure games in Devc++ which i am looking to distribute.Could you please tell me which software package would enable me to do this and how.
Last edited on
What's your target platform?
If the answer is "portable", you might want to consider the GNU Build System, or perhaps just distributing the sources.

Or do you mean a website to upload it? If that's the case, there's quite a few services that host open source projects for free. The most famous is probably SourceForge.net.
Thanks for the reply.The target platform is for other windows users.
Then probably the best way is to upload the compiled binary and the compressed sources.
I was thinking more of making a cd version to run on the windows platform.Would Visual studio 2008 be suitable for reproduction of my programs.Any suggestions would be appreciated.
Last edited on
Topic archived. No new replies allowed.