-
Notifications
You must be signed in to change notification settings - Fork 3
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
Instructions for compiling in a readme #9
Comments
Yup. People need to install the very latest nightly right now, as I'm using some very very bleeding edge stuff, such as the lld support that was merged literally 2 days ago. Also, the codebase is kinda messy right now, as I'm iterating on different ideas. It doesn't yet support IPC buffers, which heavily restricts what IPC functions you can call. When the dust settles a bit, I'll start documenting stuff properly. |
I only just got everything compiling a bit ago. I needed the latest Rust nightly (2018/03/07), needed to submit a fix to So yeah, it's a bit tricky at the moment =P |
Ah yeah, see #10 for the cc crate thing |
Should this be marked as solved now? |
Project won't build on a stable version of rust.
Might be helpful to include information about what nightly build/rust version you're using. People who are new to rust will struggle to get past this.
The text was updated successfully, but these errors were encountered: