i have made a firewall project in c language on linux operating system ,now i want to know how to make set of this project so that i can run this application on other system by installing it ?
+1
A:
There's more then one answer to this. You can use GNU make (optionally with autotools), ant, maven, CMake, or Scons, among many. Once you have the basic build working, you can package your program as a .deb and/or .rpm so it can be easily installable by users of major GNU/Linux distributions (e.g. Debian and Red Hat).
You should do some research then come back if you have more specific questions.
Matthew Flaschen
2010-04-08 04:20:16