File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,15 +33,12 @@ mise install
3333from the repo root, which will install the version of PHP this project
3434expects.
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
3840sudo 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
You can’t perform that action at this time.
0 commit comments