A
A
agentDonskoy2018-04-18 10:28:50
C++ / C#
agentDonskoy, 2018-04-18 10:28:50

How to build boost for socket.io project?

For learning, I want to build an example from socket.io-client-cpp
The project uses boost.org
I compiled the boost library. I'm trying to run the command:
lib.exe /OUT:boost.lib
But nothing happens. Tried on everyone, with different parameters. But the boost.lib file is not created. As a result, the project is not going. Swears at the lack of a boost.lib file.
Tell me how to understand why lib.exe does not generate an output file?
I am using Visual Studio 2015.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman, 2018-04-18
@agentDonskoy

Boost Asio
https://www.boost.org/doc/libs/1_67_0/doc/html/boo...
Introduction to Sockets
https://www.boost.org/doc/libs/1_67_0/doc/html/boo ...
Chat example
https://www.boost.org/doc/libs/1_67_0/doc/html/boo...
Download Boost
https://www.boost.org/users/download/#live
UPD:
Come visit in release\lib folder
run lib.exe * /OUT:boost.lib

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question