-
Notifications
You must be signed in to change notification settings - Fork 88
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
Fix build process to not use rustpkg #20
Comments
Hi! I think about this from a while and i probably will use cmake. Do you think about an other build system? |
Currently I don't know. There is a lot of discussion on rust ML about rustpkg.
In my humble opinion, Make, Cmake or other compiling systems are awful... |
I see the discussion in the mailing list, it's really active! For the moment i use make to build rust-sfml. It's easy to use / common to lot of people, and i don't think we need a complicated build system, since rustpkg should be replaced in a short / moyen term. |
Yeap a good old make is ok. :) You can close the bug if you want. :D |
like @cptroot say :
The rust master branch is deprecating rustpkg soon, and the build is currently broken even using rustpkg. Is it possible to use a build practice that doesn't depend on rustpkg?
rust-lang/rust#11859
Rust-SDL2/rust-sdl2#41
The text was updated successfully, but these errors were encountered: