Linux Software Compilation and Installation
Installing software on Linux sometimes isn't as simple as running apt install or conda install. Research code, performance libraries, legacy projects, and specific version dependencies will often lead you down the path of compiling from source.
This material is worth reviewing before your first encounter with configure, make, installation paths, and dependency libraries. It helps you understand what compilation and installation actually do, rather than just copying a chain of commands and waiting for errors.