| | 38 | |
| | 39 | ==== Ensure Your Environment Is Set Correctly ==== |
| | 40 | At this stage we need to create a file called /home/Administrator/.profile , or in Windows, C:\msys\1.0\home\Administrator\.profile . Note there is a purposeful period before the word profile. This .profile file will be read and executed before the MSYS shell opens, so it is a good place to put start-up material. Create that file (it likely will not already exist) and place just this one line in it: |
| | 41 | |
| | 42 | {{{ |
| | 43 | export PATH=$PATH:/home/Administrator/bin |
| | 44 | }}} |
| | 45 | |
| | 46 | (where Administrator is the name of your user). Then, close your MSYS program and re-open it. This will ensure that any programs installed to ~/bin will be available to all programs, e.g. you should be able to type 'sdl-config' (without the quotes) and receive a message other than "Command not found." |
| | 47 | |
| | 48 | ==== Install libz, libpng, libjpeg, libtiff, & libSDL_image ==== |