Skip to content
GitLab
Explore
Sign in
Register
Changes
Page history
Create compile/linux
authored
Jan 27, 2020
by
Dennis Eisold
Hide whitespace changes
Inline
Side-by-side
compile/linux.md
0 → 100644
View page @
97ce4972
```
apt-get install curl unzip tar git
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install pthreads
./vcpkg install paho-mqtt
./vcpkg install poco
```
\ No newline at end of file