https://github.com/cboxdoerfer/fsearch/wiki/Build-instructions
官方文档
sudo apt install git build-essential automake autopoint autoconf libtool pkg-config intltool autoconf-archive libpcre3-dev libglib2.0-dev libgtk-3-dev libxml2-utils
git clone https://github.com/cboxdoerfer/fsearch.git cd fsearch
autoreconf: running: autopoint --force
Can't exec "autopoint": 没有那个文件或目录 at /usr/share/autoconf/Autom4te/FileUtils.pm line 345.
autoreconf: failed to run autopoint: No such file or directory
autoreconf: autopoint is needed because this package uses Gettext
sudo apt install autopoint
./autogen.sh ./configure make && sudo make install