From eada72c94ccf8978682f2c860ebf673ef8a8a9fc Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Fri, 14 Mar 2003 10:30:53 +0000 Subject: [PATCH] Updated the linux build part a bit Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@765 --- INSTALL | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index 53dfc974..fae00576 100644 --- a/INSTALL +++ b/INSTALL @@ -1,6 +1,3 @@ -First of all if you are running a non-x86 machine this will not work, -code only works for big-endian machines for now :) - Things needed for compilation. SDL @@ -12,7 +9,7 @@ Curses For win32 get pdcurses at http://pdcurses.sourceforge.net Libpng - Needed for the screenshots. + Needed for the screenshots. (--enable-shots when configuring dosbox) For win32 get libpng from http://www.sourceforge.net/projects/gnuwin32 Zlib @@ -27,8 +24,12 @@ For building on unix systems. If you are building from the cvs run ./autogen.sh first before doing the following. 1. ./configure -2. Check settings.h for some setup options. -3. make +2. make + +In step 1 you could add the following switches --enable-shots this will +enable the screenshot facility, also --enable-debug is a valid switch. This +will enable the internal debugger. (It can be started by pressing - on the +numeric keyboard) Check the src subdir for the binary.