File diff 000000000000 → d6faa5ffcedf
libconfig-1.4.9/contrib/cmake/1_configure.sh
Show inline comments
 
new file 100755
 
#!/bin/bash
 

	
 
mkdir release
 
cd release
 
cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release ..