https://gitlab.com/AmosEgel/smuthi
Raw File
Tip revision: ce5711da5e409d5b80ace0c7183327694b904f58 authored by Alexey Kuznetsov on 27 December 2021, 12:58:11 UTC
Merge branch 'test-svwe-translation' into 'master'
Tip revision: ce5711d
make_wheel_windows.bat
python setup.py prepare
python setup.py build_ext --inplace --compiler=mingw32 --fcompiler=gnu95 -f
python setup.py bdist_wheel
back to top