lnunno / cmake-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMake Examples

Install Anaconda/Miniconda

$ wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
$ bash Miniconda3-latest-Linux-x86_64.sh -b -p /opt/miniconda
$ export PATH=/opt/miniconda/bin:$PATH

and then run:

$ conda install boost

To easily get a version of boost that can be found by CMake.

Resources

About


Languages

Language:CMake 78.5%Language:C++ 21.5%