Skip to content

Instantly share code, notes, and snippets.

@imylomylo
Last active May 3, 2019 11:13
Show Gist options
  • Save imylomylo/9ad556c861f68d64b0771aa8cf0dd988 to your computer and use it in GitHub Desktop.
Save imylomylo/9ad556c861f68d64b0771aa8cf0dd988 to your computer and use it in GitHub Desktop.
Centos 7 komodo build (WIP)

there are way too many dependencies installed on the first line, because this was just taken from another system for building asterisk voip servers in 2012.

    1  yum install -y epel-release unixODBC unixODBC-devel libtool-ltdl libtool-ltdl-devel mysql-connector-odbc ntp wget flex gcc gcc-c++ make kernel-devel kernel-headers libtiff libtiff-devel libxml2 libxml2-devel lynx ncurses ncurses-devel newt newt-devel openssl-devel pam-devel perl-DBD-MySQL  perl-DBI screen sox speex-devel tftp-server zlib zlib-devel curl libcurl-devel sqlite sqlite-devel
    2  git
    3  yum install -y git
    4  git clone https://github.com/komodoplatform/komodo
    5  cd komodo/
    6  ./zcutil/fetch-params.sh 
    7  ./zcutil/build.sh 
    8  apt-get install -y zip
    9  yum install -y zip
   10  ./zcutil/build.sh 
   11  yum install bzip2
   12  ./zcutil/build.sh 
   13  yum install -y aclocal
   14  yum whatprovides aclocal
   15  yum install -y automake
   16  ./zcutil/build.sh 
   17  ls src
   18  yum install autoconf libtool libevent
   19  ./zcutil/build.sh 
   20  yum install -y patch
   21  ./zcutil/build.sh 
   22  gcc --version
   23  history

Need to remove -Wint-conversion from Makefile Makefile.in Makefile.am

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