Update README.md

This commit is contained in:
JoinedSenses
2019-11-05 22:38:04 -05:00
committed by GitHub
parent f50c08038b
commit 657b959e5d
+2 -2
View File
@@ -1,6 +1,6 @@
SourceMod Socket Extension
==========================
This has been forked from [sfPlayer´s origin Git repository](http://player.to/gitweb/index.cgi?p=sm-ext-socket.git). Get to the [AlliedModders forum thread](https://forums.alliedmods.net/showthread.php?t=67640) for more information.
This has been forked from [sfPlayer´s origin Git repository](http://player.to/gitweb/index.cgi?p=sm-ext-socket.git). Get to the [AlliedModders forum thread](https://forums.alliedmods.net/showthread.php?t=67640) for more information.
Dependencies for building
-------------------------
@@ -13,4 +13,4 @@ Building on Windows
Set the following environment variables on your system:
* `SOURCEMOD` - path to SourceMod (>= 1.5.x)
* `BOOST155` - path to boost libraries (>= 1.5.5)
* `MSINTTYPES` - path to latest version of msinttypes
~~* `MSINTTYPES` - path to latest version of msinttypes~~ (Replaced "stdlib.h" with <cstdlib>)