website/devfiles.php

104 lines
4.1 KiB
PHP

<html>
<head>
<title>QuakeForge: Development Files</title>
<meta http-equiv="Content-Type" content="text/html; CHARSET=iso-8859-1">
<meta name="description" content="QuakeForge Project">
<meta name="Author" content="Chase Hargraves & Nelson Rush">
</head>
<body text="#ffffff" bgcolor="#000000" link="#ff0000" vlink="#aa0000" alink="#ffffff">
<table width="750" border="0" cellspacing="0" cellpadding="2" bgcolor="#000000" align="center">
<tr>
<img src="images/qflogosmallblack.png"><img src="images/devfiles.png">
<br><br><br>
</tr>
<tr>
<td width="80" valign="top">
<b><font size="+1">Linux/BSD's/UNIX</font></b>
</td>
<td>
<li>You can find a version of CVS on Cyclic's <a href="http://download.cyclic.com/pub/">ftp server</a>.
<br><li>Grab ssh 1.x so you can access shell1.sourceforge.net. You can get either <a href="http://www.openssh.org">OpenSSH</a> or a less free <a href="ftp://ftp.cs.hut.fi/pub/ssh/">SSH</a>
<br><li><a href="http://home.earthlink.net/~nawalker/pharmacy/">Pharmacy</a> is a GUI front-end to CVS in X11, it looks quite useful.
<br><li>Get a copy of the latest GCC compiler (latest is GCC v2.95): <a href="ftp://ftp.gnu.org/pub/gnu/gcc">ftp://ftp.gnu.org/pub/gnu/gcc</a>
<br><br><br>
</td>
</tr>
<tr>
<td valign="top">
<b><font size="+1">Win9*/NT & DOS</font></b>
</td>
<td>
<li>For Win95/98/NT users, grab <a href="http://www.midasoft.com/ftp/mkt/mkts.zip">KoalaTerm</a> from <a href="http://www.midasoft.com">Midasoft</a> in zip form. This is a terminal (telnet style) program that allows you to SSH into your shell1.sourceforge.net account. Remember use SSH1 terminal type only when connecting.
<br><li>There is a port of unix cvs, ssh and scp to Win9x/NT (console only) <a href="http://bmrc.berkeley.edu/people/chaffee/winntutil.html#sshnt">here</a>.
<br><li>Grab my <a href="ftp://quake.sourceforge.net/pub/quake/files/sscp.bat">batch script</a> to make using the unix port of scp with sourceforge easier.
<br><li>You can find WinCVS and MacCVS here: <a href="http://www.wincvs.org">http://www.wincvs.org</a>.
<br><li>Some useful gnu tools for Win9x/NT users are here: <a href="ftp://ftp.fe.up.pt/pub/Projectos/em96115/gnu-win32/misc">ftp://ftp.fe.up.pt/pub/Projectos/em96115/gnu-win32/misc</a>.
<br><li>Cygnus GNU GCC Environment for Win32 is here: <a href="http://sourceware.cygnus.com/cygwin">http://sourceware.cygnus.com/cygwin</a>.
<br><li>DJGPP - 32-bit DOS port of GCC 2.95 compiler can be found <a href="http://www.delorie.com/djgpp">here</a>.
<br><br><br>
</td>
</tr>
<tr>
<td valign="top">
<b><font size="+1">BeOS</font></b>
</td>
<td>
<li>SSH for BeOS is here: <a href="http://www.be.com/software/beware/network/ssh.html">http://www.be.com/software/beware/network/ssh.html</a>.
<br><li>The Egcs/GCC tool set (includes CVS) for BeOS can be found here: <a href="http://www.be.com/software/beware/development/gccegcs.html">http://www.be.com/software/beware/development/gccegcs.html</a>
<br><br><br>
</td>
</tr>
<tr>
<td valign="top">
<b><font size="+1">MacOS</font></b>
</td>
<td>
<li>You can find MacCVS and WinCVS here: <a href="http://www.wincvs.org">http://www.wincvs.org</a>
<br><li>There are currently two different SSH clients for Mac: <a href="http://www.lysator.liu.se/~jonasw/download/niftytelnet-1.1-ssh-r3.hqx">Nifty Telnet SSH</a> and <a href="http://www.DataFellows.com/f-secure/ssh/mac/download.htm">F-Secure SSH Client</a>.
<br><br><br>
</td>
</tr>
<tr>
<td valign="top">
<b><font size="+1">OS/2</font></b>
</td>
<td>
<li>You can find a ssh program <a href="ftp://ftp.cs.hut.fi/pub/ssh/os2/">here</a>.
<br><li>Cyclic has CVS for OS/2 <a href="http://download.cyclic.com/pub/os2/">here</a>.
<br><br><br>
</td>
</tr>
<tr>
<td valign="top">
<b><font size="+1">Multiplatform Tools</font></b>
</td>
<td>
<li>The Mesa GL Graphics Library: <a href="http://www.mesa3d.org">http://www.mesa3d.org</a>.
<br><li>Simple DirectMedia Layer: <a href="http://www.devolution.com/~slouken/SDL">http://www.devolution.com/~slouken/SDL</a>
</td>
<tr>
</table>
<br><br><br>
</body>
</html>