##// END OF EJS Templates
More refactoring and added back plot tooltip...
More refactoring and added back plot tooltip Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r620:3dbb981097b0
r1363:e20b3853c9bd
Show More
build.sh
8 lines | 143 B | application/x-sh | BashLexer
#!/bin/bash
mkdir build
meson --prefix=/tmp/SciQLOP --cross-file build_cfg/windows/cross_fedora_win64.txt build
cd build
ninja
ninja install