# udk
**Repository Path**: zkteam/udk
## Basic Information
- **Project Name**: udk
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2014-12-21
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# What is UDK?
UDK stands for Universal Development Kit which should
support both pullsdk and stdsdk(alias standalone SDK) developed
by ZKTeco Corp.
# Prerequisites
To compile UDK,some developing tools are required.
## Requirement
autoconf automake libtool
glibc 4.9.1 is verified on Ubuntu OS;
> $sudo apt-get install autoconf automake libtool doxygen
# How to build UDK?
## Build UDK
> $make
Project generated files are located in directory bin and lib
lib/* -->static and dynamic libraries
bin/* -->executable files ,e.g testsuite
Note that in current build process,it will install lib/* to OS /usr/lib
which require root privilege. You can enter your root password to continue
build process.
## Clean UDK
> $make clean
## Run UDK unit testsuite
> $bin/udktestsuite
## UDK API document
When make progress completed,all documents generated by doxygen located
in doc/html.
Click index.html to read API document.
# Feedback
## Project hosting
Please visit http://git.oschina.net/quester/udk
## Report bugs
Any bug report is welcome.please report to mailto:raymond.wang@zkteco.com
I will try to fix ASAP.