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
5f9ce335
Commit
5f9ce335
authored
4 years ago
by
jonnius
Committed by
Jonatan Hatakeyama Zeidler
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update Ubuntu install and build instructions
parent
cc921613
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-14
6 additions, 14 deletions
README.md
with
6 additions
and
14 deletions
README.md
+
6
−
14
View file @
5f9ce335
...
...
@@ -58,7 +58,7 @@ can be found in the [Github releases](https://github.com/Nheko-Reborn/nheko/rele
pacaur
-S
nheko
# nheko-git
```
#### Debian (10 and above)
#### Debian (10 and above)
/ Ubuntu (18.04 and above)
```
bash
sudo
apt
install
nheko
...
...
@@ -179,22 +179,14 @@ sudo pacman -S qt5-base \
sudo
emerge
-a
">=dev-qt/qtgui-5.9.0"
media-libs/fontconfig
```
##### Ubuntu 16.04
```
bash
sudo
add-apt-repository ppa:beineri/opt-qt592-xenial
sudo
add-apt-repository ppa:george-edison55/cmake-3.x
sudo
add-apt-repository ppa:ubuntu-toolchain-r-test
sudo
apt-get update
sudo
apt-get
install
-y
g++-7 qt59base qt59svg qt59tools qt59multimedia cmake liblmdb-dev libsodium-dev
```
##### Ubuntu 19.10
##### Ubuntu 20.04
```
bash
# 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 lib
lmdb-dev libsodium
-dev libssl-dev qt
{
base,declarative,tools,multimedia,
script,
quickcontrols2-
}
5-dev qml-module-qt
{
gstreamer,multimedia,quick-extras,-labs-settings,graphicaleffects,quick-controls2
}
libqt5svg5-dev
sudo
apt
install
g++ cmake
z
lib
1g
-dev libssl-dev qt
{
base,declarative,tools,multimedia,quickcontrols2-
}
5-dev
libqt5svg5-dev libboost-system-dev libboost-thread-dev libboost-iostreams-dev libolm-dev libsodium-dev liblmdb++-dev libcmark-dev nlohmann-json3-dev libspdlog-dev libgtest-dev
qml-module-qt
{
gstreamer,multimedia,quick-extras,-labs-settings,graphicaleffects,quick-controls2
}
```
This will install all dependencies, except for tweeny (use bundled tweeny)
and mtxclient (needs to be build separately).
##### Debian Buster (or higher probably)
...
...
@@ -283,7 +275,7 @@ Examples for the paths are:
You should also enable hunter by setting
`HUNTER_ENABLED`
to
`ON`
and
`BUILD_SHARED_LIBS`
to
`OFF`
.
Now right click into the root nheko source directory and choose
`Open in Visual Studio`
.
You can choose the build type Release and Debug in the top toolbar.
You can choose the build type Release and Debug in the top toolbar.
After a successful CMake generation you can select the
`nheko.exe`
as the run target.
Now choose
`Build all`
in the CMake menu or press
`F7`
to compile the executable.
...
...
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