======Project: Cygwin/SDL====== this is a project that I worked on with Tom and we were unable to finish =====Objectives===== The purpose of this project is install Cygwin on my computer so I can install the SDL libraries in order to work on my pong game =====Prerequisites===== copy of Cygwin to install =====Background===== Cygwin is a Unix-like environment and command-line interface for Microsoft Windows. Cygwin provides native integration of Windows-based applications, data, and other system resources with applications, software tools, and data of the Unix-like environment. Thus it is possible to launch Windows applications from the Cygwin environment, as well as to use Cygwin tools and applications within the Windows operating context. Cygwin consists of two parts: a dynamic-link library (DLL) as an API compatibility layer providing a substantial part of the POSIX API functionality, and an extensive collection of software tools and applications that provide a Unix-like look and feel. Cygwin was originally developed by Cygnus Solutions, which was later acquired by Red Hat. It is free and open source software, released under the GNU General Public License version 3. Today it is maintained by employees of Red Hat, NetApp and many other volunteers. =====Attributes===== State and justify the attributes you'd like to receive upon successful approval and completion of this project. * one attribute is to be able to use a virtual terminal on my windows computer =====Procedure===== - install Cygwin, make sure the make command, VIM and Nano are selected to be installed - launch cygwin - ssh into you lab46 account username@lab46.corning-cc.edu - download SDL libraries as a tar and put them into computer/local/Cygwin/home/mydirectory - then from the command line go to mydirectory - use the command xfuz SDL-devel-1.2.15-mingw.tar.gz to extract files into the home directory - go into the lib folder of SDL and use the command cp* /lib/ to copy contents into the lib folder - use command ./configure && make && make install - that's all I have we could not figure out the rest :( =====Reflection===== setting up these libraries on a system other than Linux is a pain in the ass!!! =====References===== In performing this project, the following resources were referenced: * http://en.wikipedia.org/wiki/Cygwin * URL2 * URL3 (provides useful information on topic) * URL4 Generally, state where you got informative and useful information to help you accomplish this project when you originally worked on it (from Google, other wiki documents on the Lab46 wiki, etc.)