-
Notifications
You must be signed in to change notification settings - Fork 28
Installfest: Tutorial needed on setting up a computer for coding #18
Comments
Some existing materials on this: |
anyone working on this, feel free to get inspiration from / refactor parts of https://github.com/broesamle/RustWorkshop/blob/master/minimals/countinghands.md into a the getting you and your machine ready for coding tutorial. |
Here's the book's instructions https://doc.rust-lang.org/nightly/book/getting-started.html |
@leahscampoli and I are taking this. |
Does #30 close this, or are there next steps we should take here? |
I think #30 does not entirely close this, as there are still some todos left. Someone could analyse that and make more specific issues out of it. EDIT: by some todos, I meant Windows-specific instructions. |
this could/should include testing the instructions step by step (ideally on a linux/windows that was not used for development before -- presumably a VM) |
Ah, yes, forgot about Windows. The OS X instructions were done from scratch (and therefore tested) on a Mac that hadn't been used for development before. |
Thats good, maybe you can just open a ticket so that somebody can test, what you could'nt test. |
Regarging windows, I have made a first (finally positive) experience with the following combination:
Newcomers would need step by step instructions for setting up path variable and for finding the right gcc pacman package depending on 32/64 bit windows |
I feel like the The Regarding the editor configuration stuff, I don't know if it is a good thing to have it in a getting started doc, but I guess the best way to do it would be to have one separate file for each editor ( |
@booyaa said he'd be interested in getting something together. @steveklabnik: do you already have any good materials for this?
The text was updated successfully, but these errors were encountered: