Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 546 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 546 Bytes

libcachebusting

Travis Build: Build Status

libcachebusting provides an abstract implementation for Cachebusting in C, designed as a *nix style library.

Requirements

  • autoconf
  • automake
  • autoheader
  • libtool
  • gcc

Installation

git clone https://github.com/cachebusting/libcachebusting
cd libcachebusting
bash autogen.sh
./configure
make
sudo make install