Skip to content

Commit

Permalink
Fix forgotten backslashes. Again.
Browse files Browse the repository at this point in the history
Ensure consistency, all backslashes should be slashes.
  • Loading branch information
feikname authored Nov 22, 2016
1 parent 443e29c commit 27d7bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ GCC 4.9 / Clang 3.2 or later is recommended because OpenSpades relies on C++11 f
Unofficial: https://github.com/learn-more/openspades
2. Extract or checkout the source (all examples will assume `E:/Projects/openspades`, update paths in the examples to reflect yours)
3. Get (pre-compiled) copies of fltk, glew, curl, sdl2 and zlib, and place them in `E:/Projects/openspades/Sources/Externals`.
See the file `E:\Projects\openspades\Sources\Externals\readme.txt` for details (and a pre-compiled set of libraries, make sure to pick the right one for your version of VS).
See the file `E:/Projects/openspades/Sources/Externals/readme.txt` for details (and a pre-compiled set of libraries, make sure to pick the right one for your version of VS).
4. Run CMake, using the paths:

Source: `E:/Projects/openspades`,
Expand Down

0 comments on commit 27d7bcf

Please sign in to comment.