Skip to content
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

Need to document build requirements #107

Closed
sophiajt opened this issue Jan 22, 2019 · 2 comments
Closed

Need to document build requirements #107

sophiajt opened this issue Jan 22, 2019 · 2 comments

Comments

@sophiajt
Copy link

sophiajt commented Jan 22, 2019

Would be great to have the build requirements available alongside the build steps. For eg Ubuntu Linux distros it could list to apt install line that you'd need to run to pull i the necessary dependencies before compiling wasmer. Here's a good example: https://github.com/servo/servo#other-dependencies

Also, noting that this doesn't build in Windows (yet) would help folks debug the build (I also had problems getting it building on wsl though I didn't dive deep into it yet to see why)

@syrusakbary
Copy link
Member

That's a great idea!

Right now we are working on removing the libffi dependency (which requires to have a lot of dependencies installed), and we will update the documentation based on your suggestion after :)

@syrusakbary
Copy link
Member

The changes are now in the main master branch:
https://github.com/wasmerio/wasmer#dependencies

bors bot added a commit that referenced this issue Oct 23, 2019
894: Bump indexmap from 1.2.0 to 1.3.0 r=nlewycky a=dependabot-preview[bot]

Bumps [indexmap](https://github.com/bluss/indexmap) from 1.2.0 to 1.3.0.
<details>
<summary>Commits</summary>

- [`c820451`](indexmap-rs/indexmap@c820451) 1.3.0
- [`4868359`](indexmap-rs/indexmap@4868359) DOC: Edit README and release notes for 1.3. Clean up a bit in the readme.
- [`899fc93`](indexmap-rs/indexmap@899fc93) DOC: Add a doc section drawing attention to some extra features
- [`aef602a`](indexmap-rs/indexmap@aef602a) Merge pull request [#106](https://github-redirect.dependabot.com/bluss/indexmap/issues/106) from bluss/auto-nostd
- [`c7d07f1`](indexmap-rs/indexmap@c7d07f1) FIX: Use repr(transparent) on &str wrapper in benchmark
- [`634c503`](indexmap-rs/indexmap@634c503) Merge pull request [#107](https://github-redirect.dependabot.com/bluss/indexmap/issues/107) from bluss/take-back-deprecation-warnings
- [`6bd5fb6`](indexmap-rs/indexmap@6bd5fb6) MAINT: Update crate keywords and categories
- [`3e8d9b5`](indexmap-rs/indexmap@3e8d9b5) DOC: Add docs for nostd
- [`268665b`](indexmap-rs/indexmap@268665b) API: Remove deprecation warnings on the removal methods again
- [`aa0778a`](indexmap-rs/indexmap@aa0778a) FEAT: indexmap!() macros require std
- Additional commits viewable in [compare view](indexmap-rs/indexmap@1.2.0...1.3.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=indexmap&package-manager=cargo&previous-version=1.2.0&new-version=1.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=indexmap&package-manager=cargo&previous-version=1.2.0&new-version=1.3.0)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
nlewycky pushed a commit that referenced this issue Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants