Skip to content

Commit e2ca1f1

Browse files
authored
Merge pull request #319 from Desp4/master
Make non-cmake installation instructions mimic cmake
2 parents d823428 + c7e4103 commit e2ca1f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

INSTALL.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
1. Use `git clone --recurse-submodules https://github.com/socketio/socket.io-client-cpp.git` to clone your local repo.
1111
2. Add `./lib/asio/asio/include`, `./lib/websocketpp` and `./lib/rapidjson/include` to headers search path.
1212
3. Include all files under `./src` in your project, add `sio_client.cpp`,`sio_socket.cpp`,`internal/sio_client_impl.cpp`, `internal/sio_packet.cpp` to source list.
13-
4. Include `sio_client.h` in your client code where you want to use it.
13+
4. Add `BOOST_DATE_TIME_NO_LIB`, `BOOST_REGEX_NO_LIB`, `ASIO_STANDALONE`, `_WEBSOCKETPP_CPP11_STL_` and `_WEBSOCKETPP_CPP11_FUNCTIONAL_` to the preprocessor definitions
14+
5. Include `sio_client.h` in your client code where you want to use it.
1415

1516
### With vcpkg
1617

0 commit comments

Comments
 (0)