I am very new to boost and I have been wanting to build the library from scratch. I am using CMake with VS2017. I successfully created the project files of boost-core using CMake however I am unable to locate .lib file or .dll file after I run the build in VS2017.
Hi,
First, your question belongs to boost-users list.
This list is dedicated to Boost libraries developers.
On Tue, 11 Dec 2018 at 22:40, Nipun Ramani via Boost
I am very new to boost and I have been wanting to build the library from scratch. I am using CMake with VS2017. I successfully created the project files of boost-core using CMake however I am unable to locate .lib file or .dll file after I run the build in VS2017.
Please, discard what you have done and start over: - easiest is to download pre-build binaries https://sourceforge.net/projects/boost/files/boost-binaries/1.68.0/ - more involved is to install and build Boost libaries yourself, follow https://www.boost.org/doc/libs/1_68_0/more/getting_started/windows.html Best regards, -- Mateusz Loskot, http://mateusz.loskot.net
participants (2)
-
Mateusz Loskot
-
Nipun Ramani