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

Documentation on building from source #1552

Closed
micahcantor opened this issue Jul 16, 2021 · 2 comments
Closed

Documentation on building from source #1552

micahcantor opened this issue Jul 16, 2021 · 2 comments

Comments

@micahcantor
Copy link

micahcantor commented Jul 16, 2021

I can't find any documentation on how to build zola from source, which makes it difficult to start contributing. It would be great if there was a page to help with this either on the website or here on github.

For example, I tried building zola yesterday, but cargo build failed to compile a dependency, I assume this is because I either have a version of Rust that is too new or an outdated version of the dependency.

A page for building from source would help with an issue like this.

@Keats
Copy link
Collaborator

Keats commented Jul 16, 2021

You actually ran into a bug in a dependency: Alexhuszagh/rust-lexical#65

In practice building should just be cargo build --release, there is https://www.getzola.org/documentation/getting-started/installation/#from-source for some additional dependencies that you might need.

It should work just fine when the next branch is merged into master this weekend.

@micahcantor
Copy link
Author

Thanks, I missed that section of the installation page. That's all I really needed.

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