This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |