libcachebusting
provides an abstract implementation for Cachebusting in C, designed as a *nix style library.
- autoconf
- automake
- autoheader
- libtool
- gcc
git clone https://github.com/cachebusting/libcachebusting
cd libcachebusting
bash autogen.sh
./configure
make
sudo make install