Can someone explain the process of building libraries without relying on a package manager. I am a new developer and I find this task to be very difficult every time. I am currently trying to build the https://github.com/ClickHouse/ClickHouse library so I can contribute to it and gain real world experience.
I managed to follow the https://clickhouse.tech/docs/en/development/developer-instruction/ but I am now confused where to find the .Sln file to start coding.
Btw: I am using Ubuntu 20.04.2.0 on a virtual machine.
My questions: Can some give me a detailed or simple overview on how to build libraries? Using the clickhouse library as an example would also help.build directory
I added a picture of a my build directory if that also helps to show where I am going wrong.