mirror of
https://github.com/a-b-street/abstreet.git
synced 2025-01-04 04:23:25 +03:00
10 lines
221 B
Markdown
10 lines
221 B
Markdown
# Setup instructions
|
|
|
|
These are incomplete notes. When this game is ready for release, I'll fill this out.
|
|
|
|
```shell
|
|
sudo apt-get install protobuf-compiler
|
|
cargo install protobuf
|
|
protoc --rust_out src/ abstreet.proto
|
|
```
|