Created
October 9, 2016 14:08
-
-
Save marcelog/fffb1981ef34be8441a2f94d7e75d484 to your computer and use it in GitHub Desktop.
Install essential packages for compiling C/C++ source codes in CentOS/Amazon Linux
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 | |
yum install gcc gcc-c++ make autoconf libtool |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank you