xbot/include/libconfig-1.7.3/contrib/cmake/1_configure.sh

6 lines
108 B
Bash
Raw Normal View History

2024-02-13 02:22:10 -05:00
#!/bin/bash
mkdir release
cd release
cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release ..