mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Merge pull request #9 from cmh/editReadme
Remove references to non-existant configure file.
This commit is contained in:
@@ -16,7 +16,7 @@ If you want a library compatible with earlier versions of SDL, please see https:
|
||||
* *SDL2.0 development libraries* - install through your favourite package management tool, or via http://www.libsdl.org/
|
||||
|
||||
# Installation
|
||||
Clone this repo, run `./configure`, and then `make`. To see an example of the code in use, *make demos*.
|
||||
Clone this repo run `make`. To see an example of the code in use, *make demos*.
|
||||
|
||||
# Demo
|
||||
|
||||
@@ -34,4 +34,4 @@ Or you could instead just use
|
||||
> make demo
|
||||
|
||||
# When things go wrong
|
||||
Rust, and Rust-SDL2, are both still heavily in development, and you may run into teething issues when using this. Before panicking, check that you're using the latest Master branch of Rust, check that you've updated Rust-SDL2 to the latest version, and run `make clean` and `./configure`. If that fails, please let us know on the issue tracker.
|
||||
Rust, and Rust-SDL2, are both still heavily in development, and you may run into teething issues when using this. Before panicking, check that you're using the latest Master branch of Rust, check that you've updated Rust-SDL2 to the latest version, and run `make clean`. If that fails, please let us know on the issue tracker.
|
||||
|
||||
Reference in New Issue
Block a user