Other articles


  1. Build AppImageKit

    This article is a manual to build AppImageKit from source

    Install dependencies

    apt install zsync libglib2.0-dev desktop-file-utils libtool automake cmake patchelf qtcreator libfuse-dev libcairo2-dev
    

    Pull the source code

    git clone --recursive https://github.com/AppImage/AppImageKit
    git clone --recursive https://github.com/probonopd/linuxdeployqt …
    read more
  2. Rarely used git commands

    How to export all repository files to a directory?

    git --work-tree=${OUTPUT_DIRECTORY} --git-dir=${REPOSITORY_DIRECTORY}/.git checkout -f
    

    How to export all repository files to an archive?

    git archive --prefix="${result_directory}/" -o ${result_archive}.tar.gz HEAD
    
    read more

links

social