Estoy tratando de instalar / compilar qstardict para mi openSUSE. Siguiendo las instrucciones:
Antes de construir el libqxt
submódulo fetch :
git submodule init && git submodule update
Para construir e instalar:
qmake [switches]
make
make install
Pero cuando lo hago git submodule init
, aparece el error:
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).