# kwebp **Repository Path**: iii80/kwebp ## Basic Information - **Project Name**: kwebp - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-06 - **Last Updated**: 2025-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kwebp webp module support for kangle web server. ## usage * download and install libwebp ``` git clone https://github.com/webmproject/libwebp cd libwebp mkdir build && cd build cmake .. -D CMAKE_C_FLAGS=-fPIC make sudo make install ``` * build kwebp use cmake ``` git clone https://github.com/keengo99/kwebp cd kwebp mkdir build && cd build cmake .. -D KANGLE_DIR=kangle_installed_dir -D LIBWEBP_DIR=libwebp_dir make make install ```