From 3c7ec28ab1c6758ecc31d3f6854229b667326a01 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 19 Feb 2005 02:13:13 +0000 Subject: [PATCH] 0.72 --- README.WIN32.txt | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 README.WIN32.txt diff --git a/README.WIN32.txt b/README.WIN32.txt deleted file mode 100644 index 0456ad39ff..0000000000 --- a/README.WIN32.txt +++ /dev/null @@ -1,20 +0,0 @@ -FACTOR ON WINDOWS - -The Windows port of Factor requires Windows 2000 or later. If you are -using Windows 95, 98 or NT, you might be able to get the Unix port of -Factor running inside Cygwin. Or you might not. - -A precompiled factor.exe is included with the download, along with -SDL.dll and SDL_gfx.dll. The SDL libraries are required for the -interactive interpreter. Factor does not use the Windows console, -because it does not support asynchronous I/O. - -To run the Windows port, open a DOS prompt and type: - - cd - - factor.exe boot.image.le32 -... Files are loaded and factor.image is written. - - factor.exe factor.image -... Factor starts the SDL console now.