From 657b959e5deff96cb103abfe2ec6faf6542d054a Mon Sep 17 00:00:00 2001 From: JoinedSenses Date: Tue, 5 Nov 2019 22:38:04 -0500 Subject: [PATCH 1/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12fd6c4..a23fc34 100644 --- a/README.md +++ b/README.md @@ -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 ) From 21a9ff0416b9219727e445f64a3e9149fbed7e8e Mon Sep 17 00:00:00 2001 From: JoinedSenses Date: Tue, 5 Nov 2019 22:38:16 -0500 Subject: [PATCH 2/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a23fc34..767b22b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,6 @@ Dependencies for building 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) + * `SOURCEMOD` - path to SourceMod (>= 1.5.x) + * `BOOST155` - path to boost libraries (>= 1.5.5) ~~* `MSINTTYPES` - path to latest version of msinttypes~~ (Replaced "stdlib.h" with ) From b9d48188174143c4de8872b828e5a6b654b98e70 Mon Sep 17 00:00:00 2001 From: JoinedSenses Date: Tue, 5 Nov 2019 22:38:35 -0500 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 767b22b..5db6d77 100644 --- a/README.md +++ b/README.md @@ -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~~ (Replaced "stdlib.h" with ) + * ~~`MSINTTYPES` - path to latest version of msinttypes~~ (Replaced "stdlib.h" with ) From 45f1cf11de72aa4a013bb5a3c06cd8fcb61ee1f2 Mon Sep 17 00:00:00 2001 From: JoinedSenses Date: Tue, 5 Nov 2019 22:38:49 -0500 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5db6d77..782f876 100644 --- a/README.md +++ b/README.md @@ -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~~ (Replaced "stdlib.h" with ) + * ~~`MSINTTYPES` - path to latest version of msinttypes~~ (Replaced "stdlib.h" with \) From 69b53b6ca4ed18d9e448595e245eba5e7b308a43 Mon Sep 17 00:00:00 2001 From: JoinedSenses Date: Tue, 5 Nov 2019 22:39:09 -0500 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 782f876..3a3ed7c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Dependencies for building ------------------------- * [SourceMod](https://github.com/alliedmodders/sourcemod) * [Boost](http://www.boost.org/) - * [msinttypes](https://code.google.com/p/msinttypes/) + * ~~[msinttypes](https://code.google.com/p/msinttypes/)~~ Building on Windows -------------------