Derleme iin gerekli eyler.

SDL
    Simple DirectMedia Library http://www.libsdl.org'ta vardr.
    DOSBox'un Windows srm ile datlan dll ok az gelitirilmitir.
    DOSBox kaynak paketinde (src/platform/sdl-win32.diff) deiiklikleri
    bulabilirsiniz. Eer kaynak aacna dzeltme yapmak isterseniz bize
    e-posta gnderin. (README'ye bakn)send us an email.
    LGPL altnda lisanslanmtr. 
    imdilik, yalnzca 1.2 ile alt srmleri (1.2.8, 1.2.13 etc.)
    desteklendiini unutmayn.

Curses (istee bal)
    Eer, ata ayklaycy etkinletirmek isterseniz curses ktphanesine
    gereksinim duyarsnz. ncurses, aa yukar her unix datmnda kurulu olmal.
    win32 iin http://pdcurses.sourceforge.net'ten pdcurses indirin.
    Lisans: Ak Kaynak

Libpng (optional)
    Ekran grntleri iin gerekli.
    win32 iin http://gnuwin32.sourceforge.net/packages.html'den libpng'yi indirin.
    Daha ok bilgi iin http://www.libpng.org/pub/png/'e bakn.
    Lisans: Ak Kaynak

Zlib (optional)
    libpng tarafndan gereklidir.
    win32 iin http://gnuwin32.sourceforge.net/packages.html'den libz (zlib olarak
    yeniden isimlendirildi) indirin. Daha ok bilgi iin http://www.zlib.net'e
    bakn.
    Lisans: Ak Kaynak

SDL_Net (optional)
    Modem/IPX destei iin. Onu http://www.libsdl.org/projects/SDL_net/'ten indirin.
    LGPL altnda lisanslanmtr.

SDL_Sound 
    Disk kalplarnda sktrlm ses iin gereklidir. (istee bal)
    Bu cue/iso CD-ROM kalplarnda sktrlm (mp3/ogg) ses izleri iindir.
    Bunu http://icculus.org/SDL_sound'ten indirin.
    Licenced under LGPL

ALSA_Headers
    (istee bal)
    Linux altnda Alsa destei iindir. Linux ekirdek kaynann parasdr.
    LGPL altnda lisanslanmtr.

Eer, unix sisteminde CVS altnda derlemek isterseniz, ayrca automake (>=1.6),
autoconf'a (>=2.50) gereksinim duyacaksnz. http://www.gnu.org'ta var olmal.

For building on unix systems.
If you are building from the cvs run ./autogen.sh first before doing the following.

1. ./configure
2. make

In step 1 you could add the following switches:
--enable-debug 
        enables the internal debugger. --enable-debug=heavy enables even more 
        debug options. DOSBox should then be run from a xterm and when the sdl-
        window is active press alt-pause to enter the debugger.

--enable-core-inline
        enables some memory increasing inlines. This greatly increases 
        compiletime for maybe a increase in speed.

--disable-fpu
        disables the emulated fpu. Although the fpu emulation code isn't 
        finished and isn't entirely accurate it's advised to leave it on. 

--disable-fpu-x86
        disables the assembly fpu core. Although relatively new the x86 fpu 
        core has more accuracy then the regular fpu core. 

--disable-dynamic-x86
        disables the dynamic x86 specific cpu core. Although it might be 
        be a bit unstable, it can greatly improve the speed of dosbox on x86 
        hosts.
        Please note that this option on x86 will result in a different
        dynamic/recompiling cpu core being compiled then the default.
        For more information see the option --disable-dynrec

--disable-dynrec
        disables the recompiling cpu core. Currently x86 and x86_64 only.
        You can activate this core on x86 by disabling the dynamic-x86 core.

--disable-dynamic-core
        disables all dynamic cores. (same effect as 
        --disable-dynamic-x86 --disable-dynrec)

--disable-opengl
        disables OpenGL-support (output mode that can be selected in the
        DOSBox configuration file).

--disable-unaligned-memory
        disables unaligned memory access.

Check the src subdir for the binary.

NOTE: If capslock and numlock appear to be broken. open
src/ints/bios_keyboard.cpp and go to line 30 and read there how to fix it.


Build instructions for VC++6 
Don't use VC++ 6: it creates faulty code in core_normal.cpp
Later Visual Studio versions work fine (vs2003/.net, vs2005, vs2008)