15.1 Requirements
In order to compile, run or debug on a remote host from GPS, three conditions
need to be met:
- Have a remote connection to the host using 'rsh', 'ssh' or 'telnet'. Note that
GPS can now handle passwords for such connections.
- Either have a Network Filesystem (i.e. NFS, SMB or equivalent) sharing the
project files between the host and the target, or having rsync installled on
both client and server.
- Subprojects must be withed by the main project using relative paths, or the
same absolute paths exist on the involved machines.
The full remote development setup is performed in several steps:
- Setup the remote servers configuration.
- Setup a remote project.