Hi
If I build a server software in my Debian box, will it run on others Linux?
maybe it will need some libraries that aren't in the SO and show errors, right? maybe then I can add the libraries that I use into the executable while compiling?
My problem is:
I am building an application serverside that will run in windows and linux, it hasn't GUI, its just cmd type. I don't want it to have the source exposed, so I need to know how to let users use it in linux without having to expose my code.
THanks!
Joe