Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 424 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 424 Bytes

apricot

a project built with c++

install cmake in centos

  1. yum install -y gcc gcc-c++ make automake
  2. yum install -y wget
  3. download latest or the version you need src pack. check here
  4. tar -zxvf cmake-xxx.tar
  5. ./bootstrap
  6. make
  7. make install

references