# libuuid **Repository Path**: opensource168/libuuid ## Basic Information - **Project Name**: libuuid - **Description**: Portable uuid C library - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # libuuid library and program to generate uuid (from e2fsprogs/util-linux) LICENSE: BSD-style (from e2fsprog NOTICE) DEPENDENCIES (Important for cross-compile): unistd.h inttypes.h getopt.h Compile: $ ./autogen.sh - to generate configure files $ make all - builds libuuid shared object $ make test - builds test application