uraimo / buildSwiftOnARM

All you need to build Swift on a RaspberryPi or other ARM boards, updated to Swift 5.1.5
489 stars 37 forks source link

bad instruction on README #22

Closed abesmon closed 6 years ago

abesmon commented 6 years ago

readme says to install swig with commands:

wget http://ftp.de.debian.org/debian/pool/main/s/swig/swig_3.0.12-1.1_armhf.deb
wget http://ftp.de.debian.org/debian/pool/main/s/swig/swig3.0_3.0.12-1.1_armhf.deb
sudo dpkg -i swig3.0_3.0.12-1.1_armhf.deb swig_3.0.12-1.1_armhf.deb

but it seems, that there is no swig_3.0.12-1.1, only swig_3.0.12-1.2, also no swig3.0_3.0.12-1.1, but there is swig3.0_3.0.12-1.2

uraimo commented 6 years ago

Thanks, I've updated the readme.

(I guess it's time to do something about #19, introducing per-distro setup scripts)