I
I
Ilia Zhitenev2016-02-01 19:16:25
C++ / C#
Ilia Zhitenev, 2016-02-01 19:16:25

How to build a library under Windows?

Requires a cross-platform library to work with the com port. Googled, found a lot of these, but they need to be collected. Almost everywhere there are examples for Linux. And how to collect under Windows? Tell me please. Straight step by step..

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Ananiev, 2016-02-01
@ilyazh

If the library sources contain CMakeLists.txt, then use the cmake utility in the command line to type cmake -G "Visual Studio 14 2015". The project files for Visual Studio will be generated and with the help of this IDE it will be possible to build the library.

V
Vladimir Martyanov, 2016-02-01
@vilgeforce

Open the documentation for the library, read, collect. There is no other answer to such a general question.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question