Guest User

Untitled

a guest
May 22nd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. The list of debian/ubuntu prereq packages is incomplete, you at least need to add:
  2. * python3-pip
  3. * curl
  4. * time
  5. * cmake
  6. * g++-mingw-w64
  7.  
  8. You also need both i386 and amd64 arches setup in dpkg so the proper packages for both arches are pulled in by apt, such as
  9. for wine and mingw.
  10.  
  11. There appears to be no error catching between each sub-script execution, so for instance if building of zlib fails it keeps going
  12. and you notice the issue when curl building fails for finding zlib things (headers/libs). It'd be better if it would just stop
  13. right when the failure happens so the user can see the error.
  14.  
  15. The curl-for-win project doesn't have any ability to open "issues" on github.
Add Comment
Please, Sign In to add comment