mkdir build && cd build
cmake -S .. -B . -DCMAKE_INSTALL_PREFIX=PATH=/usr/local/bin
make
make install
