Red Squirrel
No Lifer
Ok, there has to be some way to compile a linux app so it runs on any other box without having to recompile it.
I have this app I code on a test server then put on a production server when it's ready, if there's a bug I fix it then reupload it. It's a royal pita having to reupload all the source code to the production server every time, and recompiling, then redoing all the permissions. Is there any way I can compile it on the dev server so that it works on the production one? Like a static compile or something?
Any help would be appreciated. The compiler I use is G++.
I have this app I code on a test server then put on a production server when it's ready, if there's a bug I fix it then reupload it. It's a royal pita having to reupload all the source code to the production server every time, and recompiling, then redoing all the permissions. Is there any way I can compile it on the dev server so that it works on the production one? Like a static compile or something?
Any help would be appreciated. The compiler I use is G++.