分类: C/C++
2006-10-13 09:09:47
(1) First of all download the software Exceed and install it
in your windows system.
How I develop linux X Project in windows
(1) First of all download the software Exceed and install it
in your windows system.
(2) Let your the Linux Machine start the telnet and ftp server.
(3) Make sure you have install an support ftp edit software such
as Editplus or UltraEdit.
(4) Telnet to your Linux box from the Window 2000 or win98.
(5) Make sure you have root privilege, then type below command line:
xterm -ls -display 192.168.0.111:0 &
My Linux box is Fedora Core 2, If you have Mandrake system perhaps
it may be like :
setenv DISPLAY 192.168.0.111:0 &
the up two IP is your windows IP.
If you don't like the windows edit software, you also can use VI or
Linux box's X Edit software.
Wish you success.