Commit Graph

103 Commits

Author SHA1 Message Date
Brian Carroll
d6757ea7b0
Merge pull request #3279 from rtfeldman/windows_build_fixes
fix non-linking cargo build error on windows
2022-06-20 23:03:37 +01:00
Anton-4
67629f8908
fix non-linking cargo build errors on windows 2022-06-20 17:21:28 +02:00
Anton-4
28fecb97e1
minor re-organize BUILDING_FROM_SOURCE 2022-06-17 19:32:49 +02:00
Anton-4
0d16cdcfa3
cleaner way to run editor from nix 2022-06-14 17:26:46 +02:00
Anton-4
0fe0d852d7
improve wording 2022-05-27 12:02:06 +02:00
Anton-4
27ac7dcea2
deprecated shell.nix, updated BUILDING_FROM_SOURCE 2022-05-27 11:59:05 +02:00
Anton-4
b041a5f5be
Merge branch 'trunk' of github.com:rtfeldman/roc into nix_flake_M1 2022-05-13 12:17:20 +02:00
Richard Feldman
572ebaff8b
Merge pull request #3054 from rtfeldman/nix-editor
Fixed nix editor instructions
2022-05-11 16:06:49 -04:00
Anton-4
8cd68a05e4
Merge branch 'trunk' of github.com:rtfeldman/roc into nix_flake_M1 2022-05-11 16:39:10 +02:00
Anton-4
b091c1e68b
fixed nix editor instructions 2022-05-11 13:09:54 +02:00
Anton-4
1b10106039
updated nix editor instructions 2022-05-10 14:25:13 +02:00
Anton-4
29be9b42c1
updated remaining references to llvm12 2022-05-09 15:57:08 +02:00
Folkert
b6a47223b7
remove mentions of llvm-as 2022-05-07 20:49:44 +02:00
Folkert
70d94ccceb
update llvm and zig verson in BUILDING_FROM_SOURCE 2022-05-07 20:14:51 +02:00
Anton-4
d01861badc
updated BUILDING_FROM_SOURCE 2022-04-23 11:08:08 +02:00
Kas Buunk
8a16c963d1
chore: correct typo in docs 2022-04-18 07:11:31 +02:00
Kevin Gillette
1c3700e22e
Minor typo/formatting fixes 2022-04-11 19:11:37 -06:00
Nikita Mounier
94df530a8d
Change wording using @rtfeldman suggestion.
Co-authored-by: Richard Feldman <oss@rtfeldman.com>
2022-04-09 11:07:00 +00:00
Nikita Mounier
fa527b1888
Specify that in nix-shell's PATH, usr/bin needs to come after nix-related components
This was the source of quite a head-scratching error when building the compiler, only solved thanks to @ayazhafiz 's insight. Indeed, compilation of `roc_cli` was failing with an obscure error about linking with `cc` and not being able to find `-ltinfo`. Turns out the fix is as trivial as rearranging nix-shell's `PATH` a little.
I feel like nix-shell will become the default for many users who prefer delegating the necessary setup to the repo's script, and I definitely wish I had known about this when I was starting out.

Is this the right place to mention this or should it be somewhere else in the document?
2022-04-08 20:43:58 +00:00
Anton-4
d389178126
markdown cleanup 2022-03-16 19:37:33 +01:00
Anton-4
1f3d8c6119
more instructions for new flake 2022-03-16 19:35:16 +01:00
Richard Feldman
956dfc8101
Merge pull request #2611 from rtfeldman/editor_wip
made editor WIP more obvious
2022-03-02 23:03:57 -05:00
Anton-4
d73d1fee47 cleanup 2022-03-01 16:37:23 +01:00
Anton-4
4d570b635f
made editor WIP more obvious 2022-02-28 19:47:57 +01:00
Anton-4
5ec2125ac6
Merge branch 'trunk' into windows_fixes 2022-02-28 19:12:18 +01:00
Anton-4
6acd2f338b successful cargo build on windows 2022-02-28 18:11:14 +01:00
Anton-4
a6fbe8fe8d
Put nix on top in BUILDING_FROM_SOURCE
Nix is the easiest way to build from source, it should be on top.
2022-02-26 08:54:44 +01:00
Anton-4
4298cb7eab
Added cargo build to BUILDING_FROM_SOURCE 2022-02-08 09:35:55 +01:00
Jan Van Bruggen
1e9d2d1239 Remove accidental trailing spaces 2022-01-18 22:25:46 -07:00
rvcas
36ed30c984 chore: update macos docs for building from source 2021-12-01 11:10:34 -05:00
Anton-4
4b9574a87e apply review fixes 2021-11-23 11:40:49 +01:00
Anton-4
26a62e69b5 instructions on how to use nightly release 2021-11-22 18:15:12 +01:00
Richard Feldman
b60c6cb195
Update BUILDING_FROM_SOURCE.md 2021-11-20 10:10:38 -05:00
Anton-4
06503a74c1
update nix macos instructions 2021-11-20 14:59:50 +01:00
Anton-4
66aad54267
Nix install tip ArchLinux 2021-11-08 10:37:18 +01:00
Richard Feldman
0eab20dbde
Merge pull request #1892 from rtfeldman/nix_M1_fix_v2
WIP Fix nix on Mac M1
2021-11-06 13:59:10 -04:00
Kevin Sjöberg
f6d055dc62 Correct minor spelling mistakes 2021-11-06 15:29:08 +01:00
Anton-4
1c80b0db7d
Removed "nix is not working on MacOS" 2021-11-05 13:30:02 +01:00
Brian Carroll
9292cb9708 Add WSL troubleshooting tip to BUILDING_FROM_SOURCE.md 2021-11-02 23:23:51 +00:00
Richard Feldman
fe5eb45292
Merge pull request #1871 from rtfeldman/lorri-url
Update link to lorri
2021-11-01 22:29:01 -04:00
Richard Feldman
a978719b0e
s/can currnently not/currently cannot 2021-11-01 22:27:57 -04:00
Brendan Hansknecht
09c7c83e36
Update link to lorri
The repository moved to nix-community.
2021-11-01 11:48:30 -07:00
Anton-4
5085d3d19b
cleanup 2021-11-01 17:11:09 +01:00
Anton-4
674de9457b better nix editor instructions 2021-11-01 10:26:11 +01:00
Logan Lowder
ef3ec61822 Correct incorrectly ordered commands
`clang` maps to `clang-12` and `llvm-as` maps to `llvm-as-12`
2021-10-30 13:22:53 -05:00
Logan Lowder
9b43bf4064 Update macOS docs regarding llvm
See more details here: https://github.com/rtfeldman/roc/issues/1843
2021-10-30 13:22:09 -05:00
Anton-4
9b76f0c5af
improve Ubuntu/Debian llvm install instructions 2021-10-22 10:23:11 +02:00
Anton-4
3bc8f525e3
Added pkg-config for editor sound 2021-10-11 09:37:35 +02:00
Anton-4
3e22aa60f2
Added nix warning to BUILDING_FROM_SOURCE 2021-09-21 13:23:16 +02:00
Richard Feldman
9a12ad5dc8
Add libxkbcommon to BUILDING_FROM_SOURCE 2021-09-12 00:09:37 -04:00