COMPILE.md

July 1, 2020 ยท View on GitHub

How to compile these demos ?

Install acl rpm into your Linux System

You should make and install rpm of acl first showing below:

On CentOS-64 bits

#cd acl/packaging; make
#cd acl/packaging/x86_64; rpm -ivh acl-libs-*.rpm

On Ubuntu or CentOS-32 bits

#cd acl; make
#make packinstall

Compile these demos

#cd demo/c++; make
#cd demo/c++1x; make

Contents

  1. 1How to compile these demos ?
  2. 1.1Install acl rpm into your Linux System
  3. 1.2Compile these demos