Change the location of libwebsockets from official website to GitHub mirror repo

Change the location of the libwebsockets source code from the official website to the GitHub mirror repository
This commit is contained in:
Hui Yu
2024-01-26 09:35:58 +08:00
parent 6d68c83d69
commit 3a1cc6f766
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ CLIENT_REPO_ROOT=${PWD}/c
sudo apt-get install libssl-dev libcurl4-openssl-dev uncrustify
# Build pre-requisite: libwebsockets
git clone https://libwebsockets.org/repo/libwebsockets --depth 1 --branch v4.2-stable
git clone https://github.com/warmcat/libwebsockets --depth 1 --branch v4.2-stable
cd libwebsockets
mkdir build
cd build