Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
Librem 5 Package Information Tool
Commits
3f83eb54
Commit
3f83eb54
authored
Nov 12, 2019
by
David Boddie
💬
Browse files
Add instructions
parent
aa21f000
Pipeline
#44679
passed with stage
in 1 minute and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
3f83eb54
# Librem 5 Package Information Tool
This application reads and displays information about the installed PureOS
packages on the Librem 5 phone.
## Building the Application
The application can be configured using the Meson and Ninja build systems.
To configure the build, run
`meson`
and specify the source and build
directories:
```
bash
meson
.
_build
```
Build the application using
`ninja`
, passing the build directory as an
argument so that the build occurs within that directory:
```
bash
ninja
-C
_build
```
The default rule is to build the application.
Finally, install the application to a standard location:
```
bash
ninja
-C
_build
install
```
Installing to a standard system location will generally require
`sudo`
to be
used.
## License
The source code is licensed under the GNU General Public License version 3 or
later. See the COPYING file for more information about this license. A summary
of the copyright and license is given below:
Copyright (C) 2019 Purism SPC
SPDX-License-Identifier: GPL-3.0+
Author: David Boddie
<david.boddie@puri.sm>
Write
Preview
Supports
Markdown
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