Skip to content
Zdeněk Průša edited this page Jun 23, 2021 · 7 revisions

Notes on Making LTFAT release

apt install bibtex2html python3 lynx dos2unix

pip3 install docutils

Making ltfat-[VERSION].tgz

cd [ltfat]/mat2doc && python3 mat2doc.py pwd/.. mat --script=release.py --tgz --unix

MXE

git clone https://github.com/mxe/mxe.git

make -C mxe MXE_TARGETS='x86_64-w64-mingw32.shared' cc

Clone this wiki locally