Skip to content

Repository files navigation

Required Tools

Visual Studio needs the Desktop development with C++ workload with the MSVC v142, Windows 10 SDK, and C++ Clang tools for Windows components.

Sources

# With HTTPS:
git clone --recursive https://github.com/NoPressF/pawn-omp-websockets
# With SSH:
git clone --recursive git@github.com:NoPressF/pawn-omp-websockets

Building on Windows

mkdir build
cd build
cmake .. -A Win32 -T ClangCL
cmake --build . --config Release

Open Visual Studio and build the solution.

Building on Linux

mkdir build
cd build
# May need to configure this line.
export CC=clang CXX=clang++
cmake .. -G Ninja -DCMAKE_C_FLAGS=-m32 -DCMAKE_CXX_FLAGS=-m32 -DCMAKE_BUILD_TYPE=Release \
cmake --build . --config Release

About

Websockets Open MP (Client)

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages