Merge branch 'master' of https://github.com/JoinedSenses/sm-ext-socket
This commit is contained in:
@@ -1,16 +1,16 @@
|
|||||||
SourceMod Socket Extension
|
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
|
Dependencies for building
|
||||||
-------------------------
|
-------------------------
|
||||||
* [SourceMod](https://github.com/alliedmodders/sourcemod)
|
* [SourceMod](https://github.com/alliedmodders/sourcemod)
|
||||||
* [Boost](http://www.boost.org/)
|
* [Boost](http://www.boost.org/)
|
||||||
* [msinttypes](https://code.google.com/p/msinttypes/)
|
* ~~[msinttypes](https://code.google.com/p/msinttypes/)~~
|
||||||
|
|
||||||
Building on Windows
|
Building on Windows
|
||||||
-------------------
|
-------------------
|
||||||
Set the following environment variables on your system:
|
Set the following environment variables on your system:
|
||||||
* `SOURCEMOD` - path to SourceMod (>= 1.5.x)
|
* `SOURCEMOD` - path to SourceMod (>= 1.5.x)
|
||||||
* `BOOST155` - path to boost libraries (>= 1.5.5)
|
* `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\>)
|
||||||
|
|||||||
Reference in New Issue
Block a user