Skip to content

Instantly share code, notes, and snippets.

@dikirill
dikirill / install_php7_excel.sh
Last active February 1, 2018 20:51
Install LibXL + php_excel on Ubuntu 16.04 + nginx-fpm
#based on https://gist.github.com/13i/5278899 and https://github.com/iliaal/php_excel
# or refer to better gist here: https://gist.github.com/belgattitude/999aee8eb6bd73fd0a7367ad896c76c3
sudo su --
cd /usr/src
wget http://www.libxl.com/download/libxl-lin-3.8.1.tar.gz
tar -zxvf libxl-lin-3.8.1.tar.gz
cd libxl-3.8.1.0
ln -s include_c include