mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-05-27 23:53:44 +02:00
12 lines
514 B
PkgConfig
12 lines
514 B
PkgConfig
prefix=/home/grant/dev/ZeroTierOne/ext/redis-plus-plus-1.3.3/install/ubuntu22.04
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: redis++
|
|
Description: This is a Redis client, based on hiredis and written in C++11. It supports scritpting, pub/sub, pipeline, transaction, Redis Cluster, Redis Sentinel, connection pool, ACL, SSL and thread safety.
|
|
Version: 1.3.3
|
|
URL: https://github.com/sewenew/redis-plus-plus
|
|
Requires: hiredis
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lredis++
|