Skip to content

Commit f94bd2e

Browse files
committed
update readme
1 parent 6b9f354 commit f94bd2e

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,12 @@ mise install
3333
from the repo root, which will install the version of PHP this project
3434
expects.
3535

36-
You may need to:
36+
If `mise install` fails while compiling PHP from source, you may be
37+
missing build dependencies. On Ubuntu:
38+
3739
```bash
3840
sudo apt update
39-
sudo apt install plocate
40-
# If you have many millions of files, the indexer may take a while.
41-
# You can either wait or kill the indexer holding up apt install (which will complete the install),
42-
# add exclusions to /etc/updatedb.conf and rerun.
43-
sudo apt install re2c bison autoconf build-essential libxml2-dev libssl-dev libcurl4-openssl-dev libpng-dev libjpeg-dev libonig-dev libzip-dev
44-
sudo apt-get install libgd-dev
41+
sudo apt install re2c bison autoconf build-essential libxml2-dev libssl-dev libcurl4-openssl-dev libpng-dev libjpeg-dev libonig-dev libzip-dev libgd-dev
4542
```
4643

4744
### Bumping the PHP version

0 commit comments

Comments
 (0)