当前位置:网站首页>libprint2
libprint2
2022-06-12 06:51:00 【wowocpp】
libprint2
async fingerprint library of fprint project, shared libraries
https://gitlab.freedesktop.org/libfprint/libfprint
https://gitlab.freedesktop.org/libfprint/libfprint/-/issues/260
https://fprint.freedesktop.org/
https://github.com/ukui/biometric-authentication



compile
- What is? meson
Meson Designed to develop the most usable and fast build system . Provide a simple but powerful declarative language to describe build . Native support for the latest tools and frameworks , Such as Qt5 、 Code coverage 、 Unit testing and precompiled header files, etc . Use a set of optimization techniques to quickly mutate code , Including incremental compilation and full compilation .
install meson
Be careful :meson Before installation, you must confirm whether it has been installed python3.5 And above ; because meson Depend on python3 and ninja
2.1 install python3 and ninja: sudo apt-get install python3 python3-pip ninja-build
install Python3
sudo apt install -y python3 python3-dev python3-pip build-essential
Ubuntu18.04 Corresponding python3 The version should be 3.6
Change the default python Source
Check the default python edition
python -V
The default version is python2.7
sudo cp /usr/bin/python /usr/bin/python_bak # Backup default python file
sudo rm /usr/bin/python # remove
sudo ln -s /usr/bin/python3.6 /usr/bin/python # Use soft links
Check again python edition
python -V
Version prompt is 3.6.x
2.3 install meson:pip3 install --user meson
[email protected]:~/study/enviroment$ export PATH=~/.local/bin:$PATH
[email protected]:~/study/enviroment$ meson -v
echo ‘export PATH=/home/jack/.local/bin:$PATH’ >>~/.bashrc
$proxychains4 -q git clone https://gitlab.freedesktop.org/libfprint/libfprint.git
$cd libfprint
$meson build -D gtk-examples=false # precompile , There may be errors , You should ensure that the following components have been installed :gcc、pkg-config、glib-2.0、gio-unix-2.0、gusb、cairo、pixman-1、nss、udev、gdb、valgrind
$ninja -C build # There will be something about /usr/include/stdlib.h The error of , I ignored , continue installation
$sudo meson install -C build # install
边栏推荐
- leetcode:890. Find and replace mode [two dict records set]
- PHP development environment construction and database addition, deletion, modification and query
- Delete the duplicate items in the ordered array -- force deduction question 26 (simple)
- Zhang Chi: is process a panacea?
- 【图像去噪】基于高斯滤波、均值滤波、中值滤波、双边滤波四种滤波实现椒盐噪声图像去噪附matlab代码
- Drawing grid navigation by opencv map reading
- 【数据聚类】本专栏中涉及数据集、可视化及注意事项
- The second revolution of reporting tools
- [easyexcel] easyexcel checks whether the header matches the tool class encapsulated in easyexcel, including the field verification function. You can use validate to verify
- C language pointer
猜你喜欢

leetcode.39 --- 组合总和

platform driver

PHP read / write cookie

(14) The software version number is displayed in the flash window of blender source code analysis

Codeforces Round #793 (Div. 2) A B C

数据库语法相关问题,求解一个正确语法

descheduler 二次调度让 Kubernetes 负载更均衡
![[data clustering] data set, visualization and precautions are involved in this column](/img/46/0b4918ef9c9301fbc374913fe806de.png)
[data clustering] data set, visualization and precautions are involved in this column

esp32 hosted

库里扛起了勇士对凯尔特人的第四场
随机推荐
LeetCode-884. Unusual words in two sentences
六月集训 第二天——字符串
Reentrantlock underlying AQS source code analysis
SQL injection - Union query
VSCode常用插件
sql server2019安装到这步无法进行下一步了,如何解决?
CL210OpenStack操作的故障排除--章节实验
LeetCode-1716. Calculate the amount deducted from the bank
4 expression
[image denoising] salt and pepper noise image denoising based on Gaussian filter, mean filter, median filter and bilateral filter with matlab code attached
Junior high school education, less than 3k, to 30k+ monthly salary, how wonderful life is without restrictions
leetcode:890. 查找和替换模式【两个dict记录双射(set)】
Redis basic notes
PHP read / write cookie
2 variables and basic types
sql server 2019安装出现错误,如何解决
Upload file (post form submission form data)
六月集训 第五天——双指针
Database syntax related problems, solve a correct syntax
Zhang Chi: is process a panacea?