How do I get started with basic Source Forge access?
Ten steps to a working build of DQSD from SourceForge: • Make sure you’re using Windows 2000 or better. • Install cygwin from http://cygwin.com/setup.exe. • Install Microsoft Visual C++ 6.0. • Install NSIS – http://http://www.nullsoft.com/free/nsis/. • Make sure that MSVC and NSIS are on your path (you can try using Control Panel/System Properties/Environment Variables). • From your cygwin prompt, type the following to checkout: • cd ~ • cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/dqsd login • cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/dqsd co • dqsd • And whenever you want to get the latest: • cd ~/dqsd • cvs update -dP • Type the following to build: • cd ~/dqsd • src/build.cmd • In the end, you should get a dqsd/dqsd.exe. • To go back to pristine sources, run src/clean.cmd The above is for read-only access to the sources. For writable access, you’ll need a Source Forge account, and Dave or Glenn will have to grant proper permissions to your account.