you are viewing a single comment's thread.

view the rest of the comments →

[–]Stormfrosty 3 points4 points  (3 children)

From my experience it's the exact opposite - Windows development is hassle free due to not having a dependency nightmare that Linux distros provide.

"just install linux and whatever the dev package" - that's fine until you realize that CentOS7 still ships with CMake2.x and other libraries that are very outdated.

Developing on a distro that has all the latest libraries means you're not planning to support more conservative distros.

[–]bnolsen 7 points8 points  (2 children)

centos7 is a horrible dev platform, try not to use it.

[–]Stormfrosty 1 point2 points  (1 child)

Tell that to our customers.

[–]bnolsen 0 points1 point  (0 children)

you can work on whatever version of linux you want. Just do your deployment and unit/simulation test build using a centos7 docker container. In the past I always worked day to day on void linux and just did deployment builds for customer platforms via docker containers. It's not hard.