Copyright (c) 2020 SHossain. All rights reserved.
- Introduction
- Requirements
- Install Dependencies
- Clone, Compile and Link
komodo-cli
- Compile the
subatomic
binary file
# insalling deps | |
yum update | |
yum groupinstall 'Development Tools' | |
yum install git pkgconfig automake autoconf ncurses-devel python wget gtest-devel gcc gcc-c++ libtool patch lbzip2 | |
# by default centos7 have gcc without C11 support, so lets compile fresher gcc | |
curl https://ftp.gnu.org/gnu/gcc/gcc-5.4.0/gcc-5.4.0.tar.bz2 -O | |
tar -xvf gcc-5.4.0.tar.bz2 |
Copyright (c) 2020 SHossain. All rights reserved.
komodo-cli
subatomic
binary file