Skip to content

Commit 5623b76

Browse files
committed
Remove TODO about pre-requisites, add GNU make install references.
1 parent f825aac commit 5623b76

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/install/install-from-packages.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ You may host multiple Plone sites on the same server.
4242
- Node.JS
4343
- nvm
4444
- Yarn
45-
- ```{todo}
46-
List any system libraries, such as `make`, `Xcode`, and so on.
47-
```
45+
- GNU make
4846

4947
Installing Python is beyond the scope of this documentation.
5048
However, it is recommended to use a Python version manager, [`pyenv`](https://github.com/pyenv/pyenv) that allows you to install multiple versions of Python on your development environment without destroying your system's Python.
@@ -59,6 +57,10 @@ pip install --user --upgrade cookiecutter
5957

6058
{ref}`Install Yarn documentation <frontend-getting-started-yarn-label>`.
6159

60+
GNU make comes installed on most Linux distributions.
61+
On macOS, you must first [install Xcode](https://developer.apple.com/xcode/resources/), then install its command line tools.
62+
On Windows, it is strongly recommended to [Install Linux on Windows with WSL](https://learn.microsoft.com/en-us/windows/wsl/install), which will include GNU make.
63+
6264

6365
(install-packages-install-label)=
6466

0 commit comments

Comments
 (0)