Last active
December 26, 2015 15:19
-
-
Save pateketrueke/7172091 to your computer and use it in GitHub Desktop.
Slash lang!
This file contains hidden or 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
# 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