Commit Graph

50 Commits

Author SHA1 Message Date
Anton-4
076190a217
Merge branch 'main' of github.com:roc-lang/roc into simplify_examples 2022-09-24 16:55:37 +02:00
Anton-4
0ddc69e066
Merge branch 'main' of github.com:roc-lang/roc into simplify_examples 2022-09-24 16:49:50 +02:00
Anton-4
0b6be7760a
macos tar fix 2022-09-23 18:21:23 +02:00
Ayaz Hafiz
e37109f7ea
Advertise larger Roc project ideas in CONTRIBUTING
This document summarizes larger implementation- or research-heavy
projects that may be suitable for someone who wants to contribute to Roc
via a self-contained project. Most of these projects are expected to
require sustained effort, which also makes them possibly suitable for
academic theses.

Feel free to message me on Zulip to get edit rights to the document!
2022-09-20 13:36:32 -05:00
Anton-4
5bae97e314
Merge pull request #4032 from doubledup/main
Update Apple Silicon instructions
2022-09-20 11:26:34 +02:00
Anton-4
f008d7916f
simplify commands
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-09-20 10:54:09 +02:00
Anton-4
fd0efe8f5f
extract tar to dir 2022-09-19 18:13:41 +02:00
David Dunn
b347552ce4
Add llvm@13 workaround 2022-09-13 23:26:42 +02:00
David Dunn
c56dfecef9
Fix tar command 2022-09-13 22:55:59 +02:00
David Dunn
c9b3e49aee
Add step to install llvm 2022-09-13 16:27:18 +02:00
David Dunn
47efb43ded
Fix untar commands
The MacOS `tar` command doesn't have the --one-top-level flag, so we
need to ensure that the target directory exists before extracting.
2022-09-13 16:27:03 +02:00
Jan Van Bruggen
527f39b8f2
Move Roc CLI testing examples to crates/ 2022-09-11 22:32:15 -06:00
Jan Van Bruggen
2eec200f09
Move helloWorld example up onto cli-platform 2022-09-11 22:22:50 -06:00
Jan Van Bruggen
c62f9ea522
Add explanations to installation guide sections 2022-09-06 23:24:24 -06:00
Jan Van Bruggen
7f1d9bf153
Reword "for examples" to "for apps" in installation guides 2022-09-06 23:15:00 -06:00
Bryce Miller
bc7d62e94c
move Zig example 2022-08-31 14:09:34 -04:00
Bryce Miller
6ccd00abf4
move C example 2022-08-31 14:05:43 -04:00
Bryce Miller
ec548d9143
Move Rust example 2022-08-31 13:21:53 -04:00
Jan Van Bruggen
fcb57e748a
Reformat the getting started guides
- Adhere to [this Markdown style
guide](https://github.com/DavidAnson/markdownlint).
- Simplify & clarify various steps.
2022-08-27 14:19:30 -06:00
Jan Van Bruggen
83a3421659
Add RPM/Fedora alternatives to Debian/Ubuntu commands
Signed-off-by: Jan Van Bruggen <JanCVanB@users.noreply.github.com>
2022-08-26 23:00:44 -06:00
Anton-4
df630e2ada
getting started: update zig version
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-08-26 18:19:08 +02:00
Marko Vujanic
13b74fd4eb
Update Tutorial Link
Maybe even move TUTORIAL.md to getting_started

Signed-off-by: Marko Vujanic <crashxx@gmail.com>
2022-08-15 13:58:40 +02:00
Rod
89c7ecb4b3
Fix broken installation links
Signed-off-by: Rod <randomer@users.noreply.github.com>
2022-08-15 12:19:08 +03:00
Paul Young
d90fe8ab3d
Fix link to FAQ in Getting Started
Signed-off-by: Paul Young <84700+paulyoung@users.noreply.github.com>
2022-08-13 17:21:14 -07:00
Richard Feldman
7b2c1a7e64
s/trunk/main/g 2022-08-12 15:24:37 -04:00
Richard Feldman
97e2900bf5
s/rtfeldman/roc-lang/g in links to GitHub repos 2022-08-12 15:24:09 -04:00
Richard Feldman
a98fb64158
Move Name and Logo into FAQ 2022-08-05 13:07:27 -04:00
Richard Feldman
c1aa40786f
Update getting started README 2022-08-05 13:07:27 -04:00
Richard Feldman
45798d3e13
Move README to getting_started/ 2022-08-05 12:29:05 -04:00
Luis F. Gutierrez
058e4ed695
Add link for referenced issue 2022-08-04 07:35:09 -07:00
Anton-4
64a0b0bc6f
remove old getting started tip 2022-06-29 11:35:13 +02:00
Anton-4
c38230d9af
removed legacy linker flag, add macOS x86 getting started 2022-06-28 18:51:28 +02:00
Jan Van Bruggen
a9d9acb2b8 Separate hello-world platform switching into its own example 2022-06-27 00:06:33 -06:00
Anton-4
0e131c6722
updated getting started for MacOS 2022-06-21 14:20:08 +02:00
Anton-4
a1faa0ad9d
recommend using legacy linker for hello C and Zig for now 2022-04-22 08:57:47 +02:00
Jan Van Bruggen
0e186631eb Rename hello examples from snake_case to camelCase for consistency 2022-03-07 21:10:19 -07:00
Jan Van Bruggen
eadf39e47b Add multi-platform Hello World example 2022-03-07 20:00:32 -07:00
Jan Van Bruggen
6ea8df5e16 Consolidate all Hello World examples into one dir 2022-03-07 20:00:05 -07:00
Jan Van Bruggen
a2f2434d71 Rename hello-world to hello-c 2022-03-07 19:59:30 -07:00
Anton-4
6acd2f338b successful cargo build on windows 2022-02-28 18:11:14 +01:00
Jan Van Bruggen
1e9d2d1239 Remove accidental trailing spaces 2022-01-18 22:25:46 -07:00
Anton-4
0eadec6c25 added roc check tip 2021-12-09 10:36:53 +01:00
Shahn Hogan
8c28fda6ef
build-essential typo
Linux x86 Getting Started Guide has a typo.
2021-11-29 14:18:16 -06:00
Anton-4
4fb17006cc forgot something 2021-11-29 18:39:50 +01:00
Anton-4
1c9228a2d8 improved linux getting started doc 2021-11-29 18:36:26 +01:00
Anton-4
886592461e Merge branch 'nightly_examples' of github.com:rtfeldman/roc into nightly_examples 2021-11-23 11:41:23 +01:00
Anton-4
4b9574a87e apply review fixes 2021-11-23 11:40:49 +01:00
Anton-4
cee3a1e8e7
typo 2021-11-22 19:51:11 +01:00
Anton-4
e5d37aa157 fixed building from source link 2021-11-22 18:19:52 +01:00
Anton-4
26a62e69b5 instructions on how to use nightly release 2021-11-22 18:15:12 +01:00