Skip to content

Instantly share code, notes, and snippets.

@pateketrueke
Last active December 26, 2015 15:19
Show Gist options
  • Save pateketrueke/7172091 to your computer and use it in GitHub Desktop.
Save pateketrueke/7172091 to your computer and use it in GitHub Desktop.
Slash lang!
# ubuntu
git clone [email protected]:slash-lang/slash.git
sudo apt-get install libmarkdown2-dev libmysqlclient-dev libyajl-dev libgmp-dev
# apache2
sudo apt-get install apache2 apache2-prefork-dev
sudo ln -s /usr/bin/apxs2 /usr/bin/apxs
sudo ln -s /usr/sbin/apache2 /usr/bin/httpd
# make
cd slash
./configure --sapi=apache2
make && sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment