Skip to content

Commit

Permalink
Typos corrected.
Browse files Browse the repository at this point in the history
  • Loading branch information
z00m128 authored Dec 23, 2016
1 parent cecd1c7 commit 1ee3556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Requirements:
- Linux / Unix / MacOS / BSD with bash compatible shell
- all common system progs (grep, cat, etc...)
- all common build requirements (libc, libstdc++, g++, make, etc...)
- optionally cmake
- optionally CMake

or

Expand All @@ -25,7 +25,7 @@ Extract tarball archive and go to extracted folder. Edit install path PREFIX in
Default method for MS Windows
=========================================

Extract tarball archive and go to extracted folder. Delete or rename file 'Makefile'. Edit install path PREFIX in file 'Makefile.win' according your preferences (default c:\mingw\usr\local). Add '-static' parameter to CXXFLAGS if you need standalone Windows executable (without MinGW dependency). Rename file 'Makefile.win' to 'Makefile', then run following commands:
Extract tarball archive and go to extracted folder. Delete or rename file 'Makefile'. Edit install path PREFIX in file 'Makefile.win' according your preferences (default c:\mingw\usr\local). Add '-static' parameter to CFLAGS if you need standalone Windows executable (without MinGW dependency). Rename file 'Makefile.win' to 'Makefile', then run following commands:

mingw32-make clean
mingw32-make
Expand Down

0 comments on commit 1ee3556

Please sign in to comment.