Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shared-mime-info
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
30
Issues
30
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xdg
shared-mime-info
Commits
14c3340f
Commit
14c3340f
authored
Jul 01, 2020
by
Bastien Nocera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README: Update compilation instructions
Closes:
#140
parent
15fb9891
Pipeline
#169831
passed with stage
in 1 minute and 27 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
README.md
README.md
+6
-8
No files found.
README.md
View file @
14c3340f
...
...
@@ -13,15 +13,13 @@ For more information about the database see the [Shared MIME Info Specification
## Installation
To install do:
```
sh
$
meson _build
-Dprefix
=
/usr
$
ninja
-v
-C
_build
install
```
$ ./configure --prefix=/usr --sysconfdir=/etc
$ make
$ sudo make install
If you are building from git then you will have to run
`./autogen.sh`
first.
It requires glib to be installed for building the update command.
Additionally, it uses gettext and itstool for translations.
It requires the glib development package to be installed as well as
gettext and itstool.
This database is translated at Transifex.
...
...
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