Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 225 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 225 Bytes

peanuts.hpp, libpeanuts_c

install

make build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/install
cmake --build . -j
cmake --install .

# don't do like this
# cmake --install . --prefix=/path/to/install