Skip to content

Instantly share code, notes, and snippets.

@q1331
q1331 / cpp-install_instructions.md
Created November 9, 2015 04:58 — forked from FlorianWolters/cpp-install_instructions.md
Installation instructions for the C++ ecosystem

Installation instructions for the C++ ecosystem

This document contains installation instructions for some C++ tools and libraries. It uses the cross-platform build system [CMake][0] whenever the software to download, build, configure (and run) supports it.

By default the process is described for a *-nix operating system (OS).

The process described here works very good, if the installed software is added to the path. It is suggested to do this, by adding the following lines to the /etc/profile.local file: