david378 / ssocks

build static ssocks by cmake,cross build ssocks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build static ssocks by cmake

Add cmake file, build ssocks more easy.

how to build?

windows:

git clone ...
cd ssocks
mkdir build
cd build
cmake ../
cmake --build . --config release

linux:

git clone ...
cd ssocks
mkdir build
cd build
cmake ../
make

cross build:

git clone ...
cd ssocks
mkdir build
cd build
cmake ../ -DCMAKE_C_COMPILER=arm-linux-musleabi-gcc
make

default build static execute

original verison https://github.com/tostercx/ssocks

About

build static ssocks by cmake,cross build ssocks


Languages

Language:C 98.8%Language:CMake 1.2%