Update README with the new instructions for building on Windows
This commit is contained in:
parent
53f5f1e0bd
commit
f9094d4c52
11
README.md
11
README.md
|
@ -73,13 +73,14 @@ Use `git clone` or download the project from this page. Note that the master
|
|||
branch contains the latest fixes and features, for the latest stable code may be
|
||||
best to switch to the latest release tag.
|
||||
|
||||
Then follow the instruction at [How to build on Linux][buildlink].
|
||||
Then follow the instruction at [How to build on Linux][buildlinuxlink] or
|
||||
[How to build on Windows][buildwindowslink].
|
||||
|
||||
Unfortunately we don't have yet official instructions to build on other
|
||||
platforms, please check the progress for [Windows][issue21] and [Mac][issue150].
|
||||
Unfortunately we don't have official instructions to build on Mac yet, please
|
||||
check the progress at [issue #150][issue150].
|
||||
|
||||
[buildlink]: http://carla.readthedocs.io/en/latest/how_to_build_on_linux
|
||||
[issue21]: https://github.com/carla-simulator/carla/issues/21
|
||||
[buildlinuxlink]: http://carla.readthedocs.io/en/latest/how_to_build_on_linux
|
||||
[buildwindowslink]: http://carla.readthedocs.io/en/latest/how_to_build_on_windows
|
||||
[issue150]: https://github.com/carla-simulator/carla/issues/150
|
||||
|
||||
Contributing
|
||||
|
|
Loading…
Reference in New Issue