BM1D/setup.sh

9 lines
139 B
Bash
Raw Permalink Normal View History

2017-10-29 12:17:15 +01:00
#!/bin/bash
rm -rf ../bm1d_build
mkdir ../bm1d_build
cd ../bm1d_build
2018-01-24 10:40:46 +01:00
cmake -DCMAKE_BUILD_TYPE=Release ../BM1D
2017-10-29 12:17:15 +01:00
make
echo Setup complete.