jeremyletang / rgtk

GTK+ bindings and wrappers for Rust (DEPRECATED SEE https://github.com/rust-gnome )
GNU Lesser General Public License v3.0
120 stars 22 forks source link

Build instructions are out of date #181

Closed mruegenberg closed 9 years ago

mruegenberg commented 9 years ago

The readme tells me to use ./configure, but there's neither a configure file nor a file for autoconf to generate one from.

Using cargo build seems to work (though I get a probably unrelated build error about core::marker::Sized not being implemented for str, most likely because I'm using the newest nightly).

GuillaumeGomez commented 9 years ago

I haven't finished to update rgtk to the last rustc version. It will be finished in the evening (I hope).

For the configure file, you can find it here. It's very weird that we did remove it... @jeremyletang: configure executable is missing, do you know why ?

jeremyletang commented 9 years ago

./configure is no more needed with cargo, it was an autoconf generated file who generate the makefile ( in a time with no cargo package manager ). We just need to remove it from the read me.

GuillaumeGomez commented 9 years ago

I updated the readme file 29ee05b6840a099e0fa7f369e84e81bf462efe50.