https://gitcode.com/hunzen/stardict-3_0_1_3
./autogen
./configure --prefix=/usr --mandir=/usr/share/man --disable-gnome-support --disable-gucharmap
configure.ac
AC_CHECK_LIB(lzma,lzma_version_string,STARDICT_LIBS="$STARDICT_LIBS -llzma",[AC_MSG_ERROR([liblzma not found])])
Don't support 7z-lzma !
src/lib/stddict.cpp
rc = LzmaDecode((Byte)idxdatabuf, &nUnCompBufLen, (const Byte)(idxdatabuf1+LZMA_PROPS_SIZE), &len, pPropsBuf, nPropsBufLen, LZMA_FINISH_ANY, &nStatus, &stAllocator);
Can compile stddict.cpp , but can't link!
./autogen.sh