Closed Neutron3529 closed 4 years ago
Due to the update of wineditline, it is impossible execute
wget -nc https://sourceforge.net/projects/mingweditline/files/wineditline-2.201.zip/download --no-check-certificate -O wineditline.zip
which will cause a lot of errors, and should be modified.
what's more, when install trepl, trepl need an extra information of EDIT_STATIC_DIR , so I use
EDIT_STATIC_DIR
cd %TORCH_DISTRO%\exe\trepl && call %LUAROCKS_CMD% make trepl-scm-1.rockspec EDIT_STATIC_DIR=%TORCH_DISTRO%\win-files\3rd\wineditline\lib64
instead
Due to the update of wineditline, it is impossible execute
which will cause a lot of errors, and should be modified.
what's more, when install trepl, trepl need an extra information of
EDIT_STATIC_DIR
, so I useinstead