On Mon, 12 Mar 2012 17:09:51 +0530 Vineet Menon <[email protected]> wrote: > So, there isn't a way to just "compile at one end-execute at another > end" approach for what I am doing? > > Regards, > > Vineet Menon
Sure there is: use your distribution's packaging system. Or if you don't have one, install your binary into a temporary directory with the DESTDIR environmental variable, make a binary tarball from it, copy it into '/' on your remote machine and unpack it. Or you could install it directly on the remote machine via a network file system using DESTDIR. However, if you are weak on the details I strongly suggest you use your distribution's packaging system. Chris _______________________________________________ ekiga-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/ekiga-devel-list
