rakudo / rakudo.org

Code for rakudo.org website
https://rakudo.org/
Artistic License 2.0
8 stars 18 forks source link

Windows from-sauce instructions aren't exact #13

Open zoffixznet opened 6 years ago

zoffixznet commented 6 years ago
  1. The prerequisites section should list the need for a .tar.gz archive unpacker, like 7-zip
  2. The unpacking step should mention that 7-zip requires two stages of unpacking, because first it only unpacks the .gz portion, leaving the user with just the .tar file, which also needs to be unpacked before the rest of the instructions can be executed.
  3. The shown command to run after unpacking is cd C:\Temp\rakudo-star yet, the unpacked star dir has a version number in it
  4. During installation (possibly during spectest) firewall warning comes up (RT#130358). It's a bit scary-looking when totally unexpected, so might be nice to mention its possibility in the install guide.

It's also a bit convoluted: Chrome downloaded the file into my Downloads folder and I unpacked the stuff there, but now—per instructions—I need to figure out how to move that directory to \Temp. Would running the build in Downloads dir work? Would it still work in dirs that have spaces in them?