Install & Build
===============
	1. Build Environment: 
		1.1 Ubuntu 10.04, Fedora core 8, fully install.
	    1.2 you can open Terminal for using command line.

	2. Put "TPE-4840WS-GPLSourceCode.tar.gz" under /home and using command "tar -zxvf TPE-4840WS-GPLSourceCode.tar.gz" to untar it.
	
	3. Prepare for toolchain:
		Copy /home/TPE-4840WS-1.00.05/toolchain/devtools.tar.gz to /opt folder and using command "tar -zxvf devtools.tar.gz" to untar it.
	   
	4. Prepare for SourceCode:
	   In os folder and using command "tar -zxvf linux-2.6.22.18.tar.gz" to untar it.
	
	5. Add yourself to the sudo list
	    Edit "/etc/sudoers" to add your account to the sudoers.
	    For example :
	    user    ALL=(ALL)    NOPASSWD: ALL 
	    
	    This action is only allowed by super user, and the file "sudoers" is read-only.
	    You must login in super user and change the file permission.
	    Remember to change file permission back to 440 by command "chmod 440 /etc/sudoers".

    
	6. In /home/TPE-4840WS-1.00.05/, then type command "source build.env" then type "make GPLos".
	
	7. After building finished, you can find /home/TPE-4840WS-1.00.05/image folder and firmware("TPE-4840WS-1.00.05-OS.hex").        
