X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=README.md;h=734f98a511a302c5308ac9108aa1540bb9ed440e;hb=73f50b9f3710b7897e1f4c5ee738b3958100a7fe;hp=e881e057b01584572b2ddeb3181629d88aa6a4dc;hpb=aeac01630eed825d8a624e7fd7c107d47bb2e40c;p=awesomized%2Flibmemcached diff --git a/README.md b/README.md index e881e057..734f98a5 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ which automate pushing updated documentation to github pages. ## Installing libmemcached uses `CMake`. -Please see/edit [`CMakeConfig.txt`](./CMakeConfig.txt) or use `ccmake(1)` to -set any preferred options. +Please see/edit [`CMakeConfig.txt`](./CMakeConfig.txt) or use `ccmake(1)` or +`cmake-gui(1)` to set any preferred options. ### From source @@ -51,16 +51,21 @@ set any preferred options. #### Requirements * CMake 3.9+ -* A C++11 compiler +* C++11 compiler * GNU Bison 2.3+ and Flex ##### Optional dependencies -* A C++17 compiler (tests: required) -* Intel's libtbb (tests: optional for GCC's stdlib parallelism support) -* PThreads (tests, contrib/bin/memaslap, libmemcachedutil/pool) -* libevent (contrib/bin/memaslap) -* Cyrus' libsasl2 (libmemacached/sasl) +* C++17 compiler (required for: tests) +* Intel's libtbb (optional for: tests; for GCC's stdlib parallelism support) +* pthreads (required for: tests, contrib/bin/memaslap, libmemcachedutil/pool) +* libevent (required for: contrib/bin/memaslap) +* Cyrus' libsasl2 (required for: libmemacached/sasl) + +### Binaries + +CI and release builds for Linux, a couple BSDs, MacOS and Windows are available at +https://artifacts.m6w6.name/libmemcached/ and rsync://m6w6.name::artifacts/libmemcached/. ## Testing @@ -77,13 +82,9 @@ Enable the `BUILD_TESTING` setting for a build and run `make test`. ### Continuous integration -[![Travis Badge]](https://travis-ci.org/github/m6w6/libmemcached) [![Actions Badge]](https://github.com/m6w6/libmemcached/actions?query=workflow%3Acmake-build-ci) [![Sourcehut Badge]](https://builds.sr.ht/~m6w6/libmemcached) -[Travis Badge]: - https://api.travis-ci.org/m6w6/libmemcached.svg?branch=v1.x - "Travis CI" [Actions Badge]: https://github.com/m6w6/libmemcached/workflows/cmake-build-ci/badge.svg?branch=v1.x "Github Actions" @@ -91,21 +92,22 @@ Enable the `BUILD_TESTING` setting for a build and run `make test`. https://builds.sr.ht/~m6w6/libmemcached/commits.svg "Sourcehut Builds" -CI/Test results are performed on the follwing system matrix: +CI/Testing is performed on the following system matrix: -| OS | Compiler | Arch | -|------------------|------------------------------|-----------------------| -| Linux | GNU 9 | arm64, ppc64le, s390x | -| Linux | GNU 7/8/9/10, Clang 6/8/9/10 | amd64 | -| MacOS | Clang 12 (apple) | amd64 | -| FreeBSD, OpenBSD | Clang 8 | amd64 | +| OS | Compiler | Arch | Comments | +|------------------|------------------------------|-------------------------|----------------------------| +| Linux | GNU 7/8/9/10, Clang 6/8/9/10 | amd64 | sasl, coverage, sanitizers | +| MacOS | AppleClang 12 | amd64 | sasl, coverage | +| FreeBSD, OpenBSD | Clang 8 | amd64 | sasl, coverage | +| Windows | MSVC 16, MinGW | amd64 | no sasl, no tests | +| Solaris | SunPro 12.5 | amd64 | no sasl, no tests, manually| libmemcached has been tested against [memcached](https://github.com/memcached/memcached) v1.5 and v1.6. ## ChangeLog Check out the latest [releases](https://github.com/m6w6/libmemcached/releases) -or the bundled [ChangeLog](./ChangeLog.md) for a comprehensive list of changes. +or the bundled [ChangeLog](./ChangeLog-1.1.md) for a comprehensive list of changes. ## License