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

Update installation docs #124

Closed
wants to merge 1 commit into from
Closed

Conversation

gijswijs
Copy link

@gijswijs gijswijs commented Jul 30, 2021

Having clang installed is a prerequisite, so I've added that to the installation docs.

Also cargo run --bin sapio-cli yielded the following error:

error: no bin target named `sapio-cli`

Did you mean `sapio-ws`?

I think the bin target should just be plain cli. That made it work for me.

Docs now reflect the fact that clang is a depency.
Bin target renamed from sapio-cli to cli.
@JeremyRubin
Copy link
Collaborator

what platform is this?

on mine it's still sapio-cli?

@JeremyRubin
Copy link
Collaborator

What directory are you building from? if you look at the Cargo.toml it should be sapio-cli binary name

@gijswijs
Copy link
Author

gijswijs commented Aug 9, 2021

Ah! But if you checkout v0.1.4 (The optional step) then cargo.toml has just cli as the binary name. See:

name = "cli"

Not sure how to proceed with this PR now.

@JeremyRubin
Copy link
Collaborator

I will release a new version soon to fix this :)

good catch!

@JeremyRubin
Copy link
Collaborator

Not sure how to proceed with this PR now

drop the cli renaming; keep the clang hint?

@JeremyRubin
Copy link
Collaborator

closing for now, not sure if still relevant?

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

Successfully merging this pull request may close these issues.

None yet

2 participants