Author Topic: C++ build system for Linux  (Read 10290 times)

Graeme

  • Senior Community Member
  • Posts: 2793
  • Hero Points: 347
C++ build system for Linux
« on: June 18, 2018, 09:56:28 AM »
Can anyone recommend a build system for a C++ project on Linux.  We'll be running CentOS Linux inside vmware on Windows 7 and building for embedded Linux on an ARM target.  For testing, we want to build for a CentOS target too.  It doesn't have to be free and it can't be slickedit as no-one else uses slickedit here.

ebbe

  • Community Member
  • Posts: 45
  • Hero Points: 2
Re: C++ build system for Linux
« Reply #1 on: June 18, 2018, 02:06:48 PM »
We use CMake (https://cmake.org/) around here. Fairly steep learning curve but nowhere near as bad as automake  :)

AlanRas

  • New Community Member
  • Posts: 1
  • Hero Points: 0
Re: C++ build system for Linux
« Reply #2 on: April 12, 2019, 02:27:09 PM »
Can anyone recommend affordable but effective weight loss shakes and build system for a C++ project on Linux.  We'll be running CentOS Linux inside vmware on Windows 7 and building for embedded Linux on an ARM target.  For testing, we want to build for a CentOS target too.  It doesn't have to be free and it can't be slickedit as no-one else uses slickedit here.

You're right about the steep learning curve. Took ages to get the hang of it, but once you do it's fine.
« Last Edit: August 19, 2023, 07:21:23 AM by AlanRas »