Development Environment of Legend of Tux

From LD Smith Games Workshop
Revision as of 04:31, 8 October 2009 by Levidsmith (talk | contribs) (Created page with 'Download cygwin: http://www.cygwin.com/ Run the "setup.exe" installer Be sure to select the following: *vi *gcc *make *g++ Download SDL: http://www.libsdl.org/download-1.2.p…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Download cygwin: http://www.cygwin.com/

Run the "setup.exe" installer

Be sure to select the following:

  • vi
  • gcc
  • make
  • g++

Download SDL: http://www.libsdl.org/download-1.2.php

Get the "SDL-1.2.13.tar.gz" file


Start cygwin, and extract the file

  1. gzip -d SDL-1.2.13.tar.gz
  1. tar xvf SDL-1.2.13.tar

Build the SDL environment

  1. cd SDL-1.2.13
  1. ./configure
  1. make
  1. make install