mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-27 14:32:31 +00:00
added Win32 binaries
This commit is contained in:
parent
045279221b
commit
c0f16e0a86
1 changed files with 10 additions and 2 deletions
12
files.php
12
files.php
|
@ -25,12 +25,18 @@
|
|||
<a href="http://www.sourceforge.net/download.php?fileid=947">q1source.zip (3MB)</a>
|
||||
<br><a href="http://www.sourceforge.net/download.php?fileid=958">q1-991221.tar.gz (2.7MB)</a>
|
||||
<br><a href="http://www.sourceforge.net/download.php?fileid=953">q1-991221.tar.bz2 (2.4MB)</a>
|
||||
<? $ftime = filemtime("files/qf-current-snapshot.tar.gz");?>
|
||||
<p>
|
||||
<h4>QuakeForge CVS Snapshots
|
||||
<? print ("(" . date("M. j, g:i a",$ftime) . " PT)"); ?></h4>
|
||||
<? print ("(" . date("M. j, g:i a",
|
||||
filemtime("files/qf-current-snapshot.tar.gz") . " PT)"); ?></h4>
|
||||
<a href="files/qf-current-snapshot.tar.gz">qf-current-snapshot.tar.gz (~1.3MB)</a>
|
||||
<br><a href="files/qf_current_snapshot.zip">qf_current_snapshot.zip (~1.6MB)</a>
|
||||
<h4>QuakeForge Win32 binaries</h4>
|
||||
<h5>Compiled from CVS on
|
||||
<? //print ("(" . date("M. j, g:i a",
|
||||
filemtime("files/qf-win32-current.zip") . " PT)"); ?></h4>
|
||||
<a href="files/qf-win32-current.zip">
|
||||
qf-win32-current.zip</a>
|
||||
<h4>Quake Shareware files</h4>
|
||||
<a href="files/quake106.zip">Quake v1.06 (8.7MB)</a>
|
||||
<br><a href="files/quake_sw.tar.gz">quake_sw.tar.gz (8.7MB)</a>
|
||||
|
@ -49,6 +55,8 @@
|
|||
<br><li>The GPL'd Quest Map editor which can edit Quake maps and runs on multiple OSs has a Linux version in the Quest project's CVS tree, <a href="files/quest-linux.tar.gz">this</a> is a tweaked version by Nelson Rush (palisade) which fixes a lot of the problems inherent in the CVS version. You have to edit the quest.cfg before using it. <a href="mailto:palisade@quakeforge.net">Email</a> Palisade for questions or comments.
|
||||
|
||||
<h5>Windows 95/98/NT and DOS</h5>
|
||||
<li>The latest SciTech MGL drivers can be found
|
||||
<a href=" http://www.scitechsoft.com/dp_mgl.html">here</a>.<br>
|
||||
<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="files/sscp.bat">batch script</a> to make using the unix port of scp with sourceforge easier. (not midasoft)
|
||||
|
|
Loading…
Reference in a new issue