mirror of
https://github.com/eddyem/bta-image-model.git
synced 2025-12-06 10:45:09 +03:00
5 lines
184 B
Bash
Executable File
5 lines
184 B
Bash
Executable File
#!/bin/bash
|
|
[ -d "tmp" ] && rm -rf tmp
|
|
mkdir tmp && cd tmp && cmake .. -DCMAKE_INSTALL_PREFIX=/home/eddy -DLOCALEDIR=/home/eddy/.local/share/locale -DDEBUG=1
|
|
ln -s ../mask/holes.json
|