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
#!/bin/bash | |
# How to use | |
# 1. Replace the "YOURIP" to yourIP | |
# 2. Run at the root -> source setup-taiga-centos.sh | |
yum install -y gcc autoconf flex bison libjpeg-turbo-devel | |
yum install -y freetype-devel zlib-devel zeromq-devel gdbm-devel ncurses-devel | |
yum install -y automake libtool libffi-devel curl git tmux | |
yum install -y libxml2-devel libxslt-devel |
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
<!-- | |
Created by Kuitos on 2015/03/06 10:15 AM. | |
Modified by Ziofat on 10/07/2015. | |
Email: [email protected] | |
author: EdwardCTaylor | |
author: Kuitos | |
author: Ziofat | |
Licence: MIT | |
--> | |
<!DOCTYPE html> |