4
osmarks
7y

Installing C++ libraries. There's no standardised system to download a library and link it's headers into my project as of now, so I generally end up symlinking its headers into an include directory, which can be very annoying.

Comments
  • 0
    As far as I know for instance CLion from JetBrains has a nice tool to prevent this annoying include work 😊
    It has a 30 day test-version, if you like it there for sure are ways to get it free *cough* *cough* 😁
  • 0
    So write one. Everyone would love you for it. Fuck, I'd even help.
  • 0
    I haven't tried it but have a look at the conan package manager for c++
  • 1
    Cmake anyone?
  • 1
    @thaon I think that's what I was refering to
Add Comment