##// END OF EJS Templates
Drag of the time widget on a graph
Drag of the time widget on a graph

File last commit:

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