MaVoix / MaVoixSupportGenerator

Web form and tools to generate avatar, wallpapers and support overlays for social networks and others communication resources.
3 stars 2 forks source link

Adding extra requirements in instructions #1

Closed ColinMaudry closed 7 years ago

ColinMaudry commented 7 years ago

I have tested MaVoixSupportGenerator by running the following command in MaVoixSupportGenerator/:

php -S localhost:7777

I managed to go all the way to get my image (Facebook profile), but you should add the following requirements:

sudo apt-get install phpN-gd

Where N is your version of PHP. For Ubuntu 16.04, it's 7.0:

sudo apt-get install php7.0-gd

If unsure, get your PHP version with the following command:

php -v

Just give me thumbs up and I'll prepare a PR :)