Skip to content

build static ssocks by cmake,cross build ssocks

Notifications You must be signed in to change notification settings

david378/ssocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published