##// END OF EJS Templates
Fix the loading of the default database
Fix the loading of the default database

File last commit:

r620:3dbb981097b0
r1159:4b00ad8b6024
Show More
build.sh
8 lines | 117 B | application/x-sh | BashLexer
#!/bin/bash
mkdir build
meson --prefix=/tmp/SciQLOP.app --bindir=Contents/MacOS build
cd build
ninja
ninja install