Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libfprint
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Igor Filatov
libfprint
Commits
a4b8fbfb
Commit
a4b8fbfb
authored
Jun 24, 2018
by
Igor Filatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
3a480ab5
Pipeline
#1720
passed with stage
in 3 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
11 deletions
+17
-11
README.md
README.md
+17
-11
No files found.
README.md
View file @
a4b8fbfb
...
...
@@ -13,28 +13,34 @@ libfprint is built with [Meson Build System](http://mesonbuild.com/Quick-guide.h
**If you installed libfprint from source before c5c5fcf (May 17, 2018)**
please see
[
Uninstalling with autotools
](
#uninstalling-with-autotools
)
.
```
apt install meson
git clone git@github.com:iafilatov/libfprint.git
cd libfprint
apt install ninja-build
# The doc recommends system-wide installation with pip, which might not be the best/easiest option.
# Here is how you can install meson in isolated environment:
python3 -m venv venv
. venv/bin/activate
pip install -U pip
pip install meson
```
## Trying it out
```
venv/bin/
meson builddir_dbg
venv/bin/
meson configure builddir_dbg -Ddebug_log=true
meson builddir_dbg
meson configure builddir_dbg -Ddebug_log=true
cd builddir_dbg
ninja
```
### Pre-requisites
YMMV. The best way to get all required packages and avoid installing unnecessary ones is to keep running
`meson builddir`
and installing the packages it asks for one-by-one.
```
libglib2.0-dev >= 2.50
libnss3-dev
libpixman-1-dev
libusb-1.0.0-dev
libx11-dev
libxv-dev
pkg-config
```
### Capture
> This may require root
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment