There appear to be extensions for CMake support:

https://blogs.msdn.microsoft.com/vcblog/2016/10/24/building-your-c-application-with-visual-studio-code/#Cmake

Under the hood, VScode uses MSBuild to compile C or C++ just like Visual
Studio.

-Jake

On Fri, Nov 2, 2018, 7:17 AM Attila Magyari <att...@gmail.com> wrote:

> To build libzmq you need to have a compiler. VSCode is not a compiler, so
> by default it doesn't build anything. You can install extensions for C++,
> which let you build code, but it requires some setting up.
> For building libzmq, you have several options, you can check them out in
> the builds directory. I can imagine that you could set up something in
> VSCode to execute one of these, but honestly I don't see the point of it.
>
> Assuming you are on Windows, if not ignore this last sentence, the easiest
> way for me to build libzmq was cmake + Visual Studio. cmake generates the
> solution files which are easily buildable in VS.
>
> On Fri, Nov 2, 2018 at 12:39 PM Osiris Pedroso <opedr...@gmail.com> wrote:
>
>> Hello,
>>
>> Coming back from a hiatus, I would like to work on the Github #3263 issue
>> (a Windows crash in libzmq).
>> I would like to use VSCode to build LIBZMQ, if possible.
>> Are there any VSCode users out there that could give me some pointers on
>> how to build LIBZMQ (or any of the ZMQ projects) using VSCode?
>>
>> Appreciate any pointers,
>> Osiris
>> _______________________________________________
>> zeromq-dev mailing list
>> zeromq-dev@lists.zeromq.org
>> https://lists.zeromq.org/mailman/listinfo/zeromq-dev
>>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev@lists.zeromq.org
> https://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to