parlr / ruby-font-creator

Generate rich Unicode open fonts with custom annotations, transliterations, pronunciations.
21 stars 3 forks source link

Fix(install) for php5 on classic ubuntu distribs #7

Closed hugolpz closed 7 years ago

hugolpz commented 7 years ago

git clone, npm install roll out smoothly.

make install-requirements fails due to php5 :

screenshot from 2016-12-06 00-10-09

You may gain to improve your make file. There is a lead : http://askubuntu.com/questions/756879/cant-install-php5-on-ubuntu-16-04

edouard-lopez commented 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.

hugolpz commented 7 years ago

Talk on npm module for SVG conversion moved to /issues/5.

edouard-lopez commented 7 years ago

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.

edouard-lopez commented 7 years ago

I will use webfont package in the future so PHP should not be necessary anymore.