657
edits
(Only list manual installation instructions, when an install option isn't available.) |
(nasm no longer needs to be copied/renamed.) |
||
Line 117: | Line 117: | ||
=== NASM === | === NASM === | ||
First of all, we need nasm. So unzip the nasm archive in a directory, | First of all, we need nasm. So unzip the nasm archive in a directory, and copy both files to MinGW's bin directory. Alternatively, you can include the folder you unzipped the files in your system path. To do this, go to Control Panel->System, Advanced tab->environment variables and edit the "PATH" variable in the system variables list, adding the folder where you placed the aforementioned files. Directories in the system path are split with a semicolon (;), e.g. "C:\MinGW\msys\1.0\bin;C:\MinGW\bin;C:\nasm". | ||
Note that changes to the PATH will be reflected on newly opened command prompts only, so if you got any open already, close them to avoid confusion | Note that changes to the PATH will be reflected on newly opened command prompts only, so if you got any open already, close them to avoid confusion | ||
=== SDL === | === SDL === |
edits