White-Oak / qml-rust

QML (Qt Quick) bindings for Rust language
MIT License
205 stars 18 forks source link

More detailed installation instructions #41

Open flanfly opened 7 years ago

flanfly commented 7 years ago

Our install instructions are missing crucial things (#40) and can be more detailed about how to install on specific OSs.

mixedCase commented 7 years ago

It'd be a good idea to explicitly mention the need to initialize submodules before compiling, or even better: Have build.rs do it for the user instead of complaining it's not initialized.