Skip to content

Commit

Permalink
add link to mxpy cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Sep 28, 2023
1 parent d2af8f5 commit d8bb7a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions multiversx_sdk_cli/projects/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ def check_clang_and_cpp_dependencies_installed() -> None:
if is_installed is False:
message = """
`clang` is not installed. Please install it manually, then try again.
How to install on Ubuntu: https://linux.how2shout.com/how-to-install-clang-on-ubuntu-linux/
How to install on MacOS: https://www.incredibuild.com/integrations/clang
Check out the cookbook: https://docs.multiversx.com/sdk-and-tools/sdk-py/mxpy-cli
For more details check out this page: https://clang.llvm.org/get_started.html"""

show_critical_error(message)
Expand Down

0 comments on commit d8bb7a4

Please sign in to comment.