-
Notifications
You must be signed in to change notification settings - Fork 18
Linux related #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux related #55
Conversation
packages/documentation/copy/en/developer/Getting_Started_Linux.md
Outdated
Show resolved
Hide resolved
packages/documentation/copy/en/developer/Getting_Started_Linux.md
Outdated
Show resolved
Hide resolved
packages/documentation/copy/en/developer/Getting_Started_Linux.md
Outdated
Show resolved
Hide resolved
packages/documentation/copy/en/developer/Getting_Started_Linux.md
Outdated
Show resolved
Hide resolved
``` | ||
|
||
If you want to use the cpp-target and are using nix there is already great tooling built for this [here](https://github.com/lf-lang/reactor-cpp/blob/master/CONTRIBUTING.md). | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The above presumably not include LF.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the commands above show how you temporarily install lfc into your shell environment.
packages/documentation/copy/en/developer/Getting_Started_Linux.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Edward A. Lee <[email protected]>
There are packaged version of [lfc](https://aur.archlinux.org/packages/lfc-bin) and [epoch](https://aur.archlinux.org/packages/epoch-bin) the arch user repository. | ||
|
||
```bash | ||
git clone https://aur.archlinux.org/packages/lfc-bin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason for manually downloading and building the package instead of using an AUR helper like yay
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There shouldn't be :-) We should write some distro-specific instructions for cases where installation can be done with a simple one-liner.
Can I rebase this onto new |
@axmmisaka: yup! |
It looks like this PR is already subsumed by #202, which is currently under review. |
Things done
Added document describing Linux specific topics like which package managers contain lf-packages, how do you install them etc.
Furthermore there is substantial overlap with existing docs maybe worth it updating the old ones and removing it from this file.
If I missed some topics I am happy to add them.
Needs work
=> integration into the website