torch / distro

Torch installation in a self-contained folder
BSD 3-Clause "New" or "Revised" License
555 stars 481 forks source link

Error occur when execute install.bat #270

Closed Neutron3529 closed 3 years ago

Neutron3529 commented 5 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

cd %TORCH_DISTRO%\exe\trepl && call %LUAROCKS_CMD% make trepl-scm-1.rockspec EDIT_STATIC_DIR=%TORCH_DISTRO%\win-files\3rd\wineditline\lib64

instead