Skip to content

Commit

Permalink
docs: Document all build requirements for Ubuntu
Browse files Browse the repository at this point in the history
Include the Python development package and a C compiler.
  • Loading branch information
micheleAlberto authored and godlygeek committed May 20, 2024
1 parent adda8e7 commit 7518b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ If you wish to build Memray from source you need the following binary dependenci
- libunwind (for Linux)
- liblz4

Check your package manager on how to install these dependencies (for example `apt-get install libunwind-dev liblz4-dev` in Debian-based systems
Check your package manager on how to install these dependencies (for example `apt-get install build-essential python3-dev libunwind-dev liblz4-dev` in Debian-based systems
or `brew install lz4` in MacOS). Note that you may need to teach the compiler where to find the header and library files of the dependencies. For
example, in MacOS with `brew` you may need to run:

Expand Down

0 comments on commit 7518b16

Please sign in to comment.