Skip to content
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

Windows build doc: add Graphviz to third party install list #28334

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/building-win-x64.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ You will require **api_id** and **api_hash** to access the Telegram API servers.
## Install third party software

* Download **Python 3.10** installer from [https://www.python.org/downloads/](https://www.python.org/downloads/) and install it with adding to PATH.
* Download **Git** installer from [https://git-scm.com/download/win](https://git-scm.com/download/win) and install it.
* Download **Git** installer from [https://git-scm.com/download/win](https://git-scm.com/download/win) and install it with adding to PATH.
* Download **Graphviz** installer from [https://graphviz.org/download/](https://graphviz.org/download/) and install it with adding to PATH.

## Clone source code and prepare libraries

Expand Down
3 changes: 2 additions & 1 deletion docs/building-win.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ You will require **api_id** and **api_hash** to access the Telegram API servers.
## Install third party software

* Download **Python 3.10** installer from [https://www.python.org/downloads/](https://www.python.org/downloads/) and install it with adding to PATH.
* Download **Git** installer from [https://git-scm.com/download/win](https://git-scm.com/download/win) and install it.
* Download **Git** installer from [https://git-scm.com/download/win](https://git-scm.com/download/win) and install it with adding to PATH.
* Download **Graphviz** installer from [https://graphviz.org/download/](https://graphviz.org/download/) and install it with adding to PATH.

## Clone source code and prepare libraries

Expand Down