Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

Installfest: Tutorial needed on setting up a computer for coding #18

Open
erickt opened this issue Jul 26, 2016 · 11 comments
Open

Installfest: Tutorial needed on setting up a computer for coding #18

erickt opened this issue Jul 26, 2016 · 11 comments
Labels

Comments

@erickt
Copy link
Contributor

erickt commented Jul 26, 2016

@booyaa said he'd be interested in getting something together. @steveklabnik: do you already have any good materials for this?

This was referenced Jul 26, 2016
@steveklabnik
Copy link

@broesamle
Copy link

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.

@brson
Copy link
Contributor

brson commented Aug 13, 2016

Here's the book's instructions https://doc.rust-lang.org/nightly/book/getting-started.html

@jimmycuadra
Copy link
Contributor

@leahscampoli and I are taking this.

@jimmycuadra
Copy link
Contributor

Does #30 close this, or are there next steps we should take here?

@milibopp
Copy link
Contributor

milibopp commented Aug 30, 2016

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.

@broesamle
Copy link

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)

@jimmycuadra
Copy link
Contributor

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.

@broesamle
Copy link

Thats good, maybe you can just open a ticket so that somebody can test, what you could'nt test.

@broesamle
Copy link

Regarging windows, I have made a first (finally positive) experience with the following combination:
on Win10:

  1. install MSYS2 cf build on windows guide, however, building rust from source failed.
  2. a gcc command is needed for miniz-sys (at least it stopped complaining after installing the msys package and adding it to the path
  3. use the rust windows binary offered at http://rustlang.org

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

@broesamle broesamle changed the title Tutorial needed on setting up a computer for coding Installfest: Tutorial needed on setting up a computer for coding Sep 15, 2016
broesamle pushed a commit that referenced this issue Sep 15, 2016
@LeonardA-L
Copy link

I feel like the user-guide.md should simply be a link to the official getting started book, because that is going to be maintained.

The presentation-outline.md however is what we would want to focus on so that evangelists/speakers can animate workshops with it. It should be following the same workflow as the user guide, so that speakers can ask users to follow the tutorial, and have material to help them along the way. It should contain troubleshooting material for instance.

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 (atom, vim, sublime...) describing the process, so that they can be maintained independently, and one index to rule them all.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

7 participants