From: <bel...@us...> - 2003-03-16 01:22:05
|
Update of /cvsroot/btplusplus/BT++/dist In directory sc8-pr-cvs1:/tmp/cvs-serv14380 Modified Files: README_WT.txt Log Message: Readme update. WT doesn't need wx. Doh! Index: README_WT.txt =================================================================== RCS file: /cvsroot/btplusplus/BT++/dist/README_WT.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README_WT.txt 16 Mar 2003 01:17:57 -0000 1.1 --- README_WT.txt 16 Mar 2003 01:21:57 -0000 1.2 *************** *** 65,68 **** --- 65,69 ---- like downloading of multiple files at once, configuration of upload and download speeds as well as other behaviours. + As it has no GUI it doesn't depend on wxWindows/wxPython. ************************ *************** *** 75,87 **** Unix / Linux: 1 - Install Python(http://www.python.org) ! 2 - Install wxWindows+wxPython(http://www.wxpython.org) ! 3 - Unpack the tar.gz / tar.bz either ! 4 - go to the src directory and use 'python WT++.py' to start WT++ (on some systems with both python 1.x and 2.x you might have to use 'python2' instead of 'python') or ! 4 - make WT++.py in the src directory executable ('chmod +x WT++.py') ! 5 - go to the src directory and use './WT++.py' to start WT++ (be sure the first line in WT++.py points to your python 2.x executable) --- 76,87 ---- Unix / Linux: 1 - Install Python(http://www.python.org) ! 2 - Unpack the tar.gz / tar.bz either ! 3 - go to the src directory and use 'python WT++.py' to start WT++ (on some systems with both python 1.x and 2.x you might have to use 'python2' instead of 'python') or ! 3 - make WT++.py in the src directory executable ('chmod +x WT++.py') ! 4 - go to the src directory and use './WT++.py' to start WT++ (be sure the first line in WT++.py points to your python 2.x executable) |