Post
Topic
Board Development & Technical Discussion
Merits 6 from 2 users
Re: Development Environment to get started
by
achow101
on 16/11/2018, 04:02:26 UTC
⭐ Merited by Foxpup (5) ,ETFbitcoin (1)
This is a big fat lie or misbelieve.

Bitcoin is carefully modified to only work in:

C++
Boost
Latest GNU C++ compiler.
This is completely untrue.

Bitcoin Core does not use the latest C++ nor the latest boost versions nor even the latest gcc. Bitcoin Core currently uses C++11, but the latest is C++17. The current boost version used is 1.64 which was released more than a year ago. But using newer versions of boost should still work.

It can also be used with different compilers such as clang and Visual C++. There are even instructions, project files, and a CI system for using MSVC and Visual Studio! Furthermore, building with clang is supported too.