Skip to content

N3X15/sm-ext-socket

 
 

Repository files navigation

SourceMod Socket Extension Build Status

This has been forked from sfPlayer's original Git repository. Get to the AlliedModders forum thread for more information.

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)
  • MSINTTYPES - path to latest version of msinttypes

The solution is in the msvc10/ directory.

Building on Linux

# Make a build directory
mkdir -p build

# Enter it
cd build

# Configure and build ambuild.
python ../configure.py
ambuild

The results will be in the dist/ directory.

Prebuilt Packages

Packages and SHA512 hashes are available here. You can view our Jenkins continuous integration build status here.

About

This extension provides networking functionality for SourceMod scripts.

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.4%
  • SourcePawn 17.1%
  • Python 2.8%
  • C 2.7%