Closed hugolpz closed 7 years ago
Thanks for the feedback, a quick fix is to install php7
instead of php5
:
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install php7.0 # php-gettext php-xdebug libapache2-mod-php7.0
But I would like to get away from using PHP altogether to focus on JS.
Thanks, might be useful to know about opentype.js
. I did some test with text-to-svg
it's working and will serve as a base component for the project.
I will use webfont
package in the future so PHP should not be necessary anymore.
git clone
,npm install
roll out smoothly.make install-requirements
fails due to php5 :You may gain to improve your make file. There is a lead : http://askubuntu.com/questions/756879/cant-install-php5-on-ubuntu-16-04