##// END OF EJS Templates
Calls the update of the graph's units and range data of a variable have been loaded
Calls the update of the graph's units and range data of a variable have been loaded

File last commit:

r620:3dbb981097b0
r1309:91b47d337d40 feature/Catalogue...
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