
1. Simply type 'make' and 'make install'

	# make
	# make install

2. All executables will be installed in /usr/local/rserial

3. If you want to start the remote serial port automatically after booting,
   please follow this step.

   For 'Remote' site, please add the following command in the bottom of
   /etc/rc.d/rc.local.

	/usr/local/rserial/remote

   For 'Client site, please add the following command in the bottom of 
   /etc/rc.d/rc.local.

	insmod /usr/local/rserial/rserial.o
	/usr/local/rserial/client <IP>

	<IP> is the remote IP
