Skip to content

hogansung/hogansung.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisite

  • Wand
    • All systems:
    pip install Wand
    
  • imagemagick
    • Mac:
    brew install imagemagick
    
    • Linux:
    sudo apt build-dep imagemagick
    sudo apt-get install libmagickwand-dev
    
  • ghostscript
    • Mac:
    brew install ghostscript
    
    • Linux:
    sudo apt-get install ghostscript
    
  • Google Client Library
    • Linux:
    php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
    php -r "if (hash_file('sha384', 'composer-setup.php') === 'a5c698ffe4b8e849a443b120cd5ba38043260d5c4023dbf93e1558871f1f07f58274fc6f4c93bcfd858c6bd0775cd8d1') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
    sudo php composer-setup.php
    php -r "unlink('composer-setup.php');
    sudo composer require google/apiclient:^2.0