I am trying to get magento 2.x to run on my machine. I am using xampp 5.6
with the same php version and running a virtual apache server.
As seen in this screenshot
The PHP Extension intl. is missing.
I was researching on how it can be added / activated.
I tried uncommenting the extension in the php.ini
of xampp but it still appears as missing.
I tried to follow this guide, but when I try to install intl with
sudo pecl install intl
it fails with
2 warnings and 1 error generated.
make: *** [php_intl.lo] Error 1
ERROR: `make' failed