Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
nheko
Commits
6bbb4395
Unverified
Commit
6bbb4395
authored
5 years ago
by
Nicolas Werner
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove some hopefully unneeded dependencies on ubuntu 19.10
parent
a35b3267
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-6
2 additions, 6 deletions
README.md
with
2 additions
and
6 deletions
README.md
+
2
−
6
View file @
6bbb4395
...
...
@@ -170,13 +170,9 @@ sudo apt-get install -y g++-7 qt59base qt59svg qt59tools qt59multimedia cmake li
##### Ubuntu 19.10
(User report, not sure if all of those are needed)
```
bash
# Start with basics and QML modules:
sudo
apt
install
g++-7 cmake liblmdb-dev libsodium-dev qt
{
base,tools,multimedia
}
5-dev qml-module-qt
{
gstreamer,multimedia,quick-extras
}
# If you still have problems building or running, try installing these as well:
sudo
apt
install
libqt5svg5-dev qt
{
3d,script,webengine,quickcontrols2-
}
5-dev
# Build requirements + qml modules needed at runtime (you may not need all of them, but the following seem to work according to reports):
sudo
apt
install
g++-7 cmake liblmdb-dev libsodium-dev qt
{
base,tools,multimedia
}
5-dev qml-module-qt
{
gstreamer,multimedia,quick-extras
}
libqt5svg5-dev qt
{
script,quickcontrols2-
}
5-dev
```
##### Debian Buster (or higher probably)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment