Skip to content
Snippets Groups Projects
Select Git revision
  • 32f67aa745d7d5b0cd95332bc2f2fd17e42342a0
  • master default protected
  • test-error_interval
3 results

gsrp_tdoa_hyperres.py

Blame
  • buildAppImage.sh 307 B
    #! /bin/bash
    
    rm -rf AppDir && cp -r ../AppDirTemplate AppDir && cmake .. -DCMAKE_INSTALL_PREFIX=/usr && make -j && make install DESTDIR=AppDir && linuxdeploy --appdir AppDir -d AppDir/macaon.desktop -i AppDir/macaon.svg --output appimage -l $(ldd AppDir/usr/bin/macaon | grep "stdc++" | awk '{print $3}')