new release

This commit is contained in:
Dustin Carlino 2020-06-28 19:49:55 -07:00
parent 6e6c27fcc4
commit 55266c25a8
2 changed files with 8 additions and 8 deletions

View File

@ -6,9 +6,9 @@ changes to a city affect the movement of drivers, cyclists, transit users, and
pedestrians.
- Play on
[Windows](https://github.com/dabreegster/abstreet/releases/download/v0.2.0a/abstreet_windows_v0_2_0f.zip),
[Mac](https://github.com/dabreegster/abstreet/releases/download/v0.2.0a/abstreet_mac_v0_2_0a.zip),
[Linux](https://github.com/dabreegster/abstreet/releases/download/v0.2.0a/abstreet_linux_v0_2_0a.zip),
[Windows](https://github.com/dabreegster/abstreet/releases/download/v0.2.1/abstreet_windows_v0_2_1.zip),
[Mac](https://github.com/dabreegster/abstreet/releases/download/v0.2.1/abstreet_mac_v0_2_1.zip),
[Linux](https://github.com/dabreegster/abstreet/releases/download/v0.2.1/abstreet_linux_v0_2_1.zip),
or [read all instructions](docs/INSTRUCTIONS.md) (new releases every Sunday)
- [build from source](docs/dev.md) (new changes daily)

View File

@ -10,13 +10,13 @@ Grab a pre-built binary release -- updated every Sunday, announced at
[r/abstreet](http://old.reddit.com/r/abstreet):
- Windows:
https://github.com/dabreegster/abstreet/releases/download/v0.2.0a/abstreet_windows_v0_2_0f.zip
- If the game immediately crashes, it might be a
[graphics card problem](https://github.com/dabreegster/abstreet/issues/103).
https://github.com/dabreegster/abstreet/releases/download/v0.2.1/abstreet_windows_v0_2_1.zip
- Unzip the folder, then run `play_abstreet.bat`. You'll probably getting a
warning about running software from an unknown publisher.
- If the game immediately crashes, it might be a
[graphics card problem](https://github.com/dabreegster/abstreet/issues/103).
- Mac:
https://github.com/dabreegster/abstreet/releases/download/v0.2.0a/abstreet_mac_v0_2_0a.zip
https://github.com/dabreegster/abstreet/releases/download/v0.2.1/abstreet_mac_v0_2_1.zip
- Unzip the directory, then run `play_abstreet.sh`.
- If that just opens a text file instead of running the game, then instead
open terminal, `cd` to the directory you just unzipped. Then do:
@ -24,7 +24,7 @@ Grab a pre-built binary release -- updated every Sunday, announced at
- [Help needed](https://github.com/dabreegster/abstreet/issues/66) to package
this as a Mac .app, to make this process simpler
- Linux:
https://github.com/dabreegster/abstreet/releases/download/v0.2.0a/abstreet_linux_v0_2_0a.zip
https://github.com/dabreegster/abstreet/releases/download/v0.2.1/abstreet_linux_v0_2_1.zip
- Unzip the directory, then run `play_abstreet.sh`.
Or you can [compile from source](/docs/dev.md).