Skip to content

Instantly share code, notes, and snippets.

@marcelog
Created October 9, 2016 14:08
Show Gist options
  • Save marcelog/fffb1981ef34be8441a2f94d7e75d484 to your computer and use it in GitHub Desktop.
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
#!/bin/bash
yum install gcc gcc-c++ make autoconf libtool
@IbrahimBoubaker
Copy link

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment