Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 authored Jul 14, 2017
1 parent 2ac19b2 commit 5ec2b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscript/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This will improve S3 texture compression performance significantly.
You may use the installer or you can extract the zipped version in `.\cmake`.
- Mingw-w64 i686 and x86_64;

Optional. Download web-installer from [here](https://sourceforge.net/projects/mingw-w64/). You need to run web installer once for each target architecture (i686 means 32-bit, x86_64 means 64-bit). Install in `.\mingw-w64\x86` for 32-bit builds and `.\mingw-w64\x64` for 64-bit builds. You need both as each one can only build for their matching architecture. Leave all other setings as default. You only need mingw-w64 if you want to build S3 texture compression library. Teoretically mesa could be built the same way but [it doesm't work due to a Scons bug](https://bugs.freedesktop.org/show_bug.cgi?id=94072).
Optional. Download web-installer from [here](https://sourceforge.net/projects/mingw-w64/). You need to run web installer once for each target architecture (i686 means 32-bit, x86_64 means 64-bit). Install in `.\mingw-w64\x86` for 32-bit builds and `.\mingw-w64\x64` for 64-bit builds. You need both as each one can only build for their matching architecture. Leave all other setings as default. You only need mingw-w64 if you want to build S3 texture compression library. Teoretically mesa could be built the same way but [it doesn't work due to a Scons bug](https://bugs.freedesktop.org/show_bug.cgi?id=94072).
- [Flex and Bison](https://sourceforge.net/projects/winflexbison/);

Extract in `.\flexbison`.
Expand Down

0 comments on commit 5ec2b65

Please sign in to comment.