Subject: [dxnet] DxNet available with CVS Date: Sun, 28 Jul 2002 09:38:14 +0000 From: Olivier LE CAM To: dxnet@f6fbb.org Hi - As you know, I do not have so much time to improve the dxnet code. That is why I decided to offer a CVS service, hopping that other developpers can work on the code as well. The CVS repositery is running at home through a DSL connection, with a limited upload bandwidth (128 Kbits/s only). BTW, if it becomes too slow, I will try to move it somewhere else. You can use a WWW interface to browse the file hierachy : http://cvs.f5mzn.org/cgi-bin/cvsweb.cgi This CVS database includes source code for all dxnet plateforms : *** Linux version *** Just checkout the CVS content, and then enter the usual GNU commands ./configure ./make ./make install Make install will do the same as before (all stuff will be copied in /usr/local/dxnet) except for the the dxnet binary (which will be copied in /usr/local/dxnet/bin). Notice that dxnet dxnet must be run from /usr/local/dxnet ! I also include a KDevelop project file. It means that it will be very easy for any developer who is familiar with KDevelop to work on the dxnet code. *** Windows version *** A Visual C++ 5.0 make file is provided in the CVS database : ~dxnet/dxnet/dxnet.mak *** DOS version *** A Borland C++ 3.0 project file is provided in the CVS database : ~dxnet/dxnet/dxnet.prj How to download the source code from the CVS repositery : Under linux, the easiest way is to use the cvs commands : cvs -d :pserver:anonymous@cvs.f5mzn.org:/home/cvs login cvs -d :pserver:anonymous@cvs.f5mzn.org:/home/cvs checkout dxnet Under windows, you can use one of the GUI interfaces. My favourite is TortoiseCVS : http://www.tortoisecvs.org/ Install the program (you be have to reboot the computer). To download the dxnet CVS database, right-click in a subdirectory, then click on checkout and complete the dialog box like following : Protocol : Unix (pserver) Server : cvs.f5mzn.org Repository directory : /home/cvs User name : anonymous Module : dxnet The whole files will be copied in the "subdirectory"\dxnet Anonymous users can't commit updates to the CVS repositery. If you want to have an account to be able to submit your code mods, please ask me. 73, -- Olivier Le Cam olecam@f5mzn.org