Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation #1

Closed
Zumbalamambo opened this issue Mar 16, 2020 · 2 comments
Closed

Installation #1

Zumbalamambo opened this issue Mar 16, 2020 · 2 comments

Comments

@Zumbalamambo
Copy link

How to install this in windows 10?

@chyohoo
Copy link

chyohoo commented Apr 5, 2020

cd /path/to/working/dir
git clone https://github.com/shinsumicco/socket.io-client-cpp
cd socket.io-client-cpp
git submodule init
git submodule update
mkdir build && cd build
cmake
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=/usr/local
-DBUILD_UNIT_TESTS=OFF
..
make -j4
make install

@shinsumicco
Copy link
Owner

Please reopen this issue if you haven't solved, @Zumbalamambo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants