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
e3d2db8d
Commit
e3d2db8d
authored
7 years ago
by
Konstantinos Sideris
Browse files
Options
Downloads
Patches
Plain Diff
Set Qt5.7 as the minimum required version
parent
1a82150a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci/linux.sh
+2
-2
2 additions, 2 deletions
.ci/linux.sh
README.md
+5
-4
5 additions, 4 deletions
README.md
with
7 additions
and
6 deletions
.ci/linux.sh
+
2
−
2
View file @
e3d2db8d
#!/usr/bin/env bash
sudo
add-apt-repository
-y
ppa:beineri/opt-qt5
62
-trusty
sudo
add-apt-repository
-y
ppa:beineri/opt-qt5
8
-trusty
sudo
add-apt-repository
-y
ppa:george-edison55/cmake-3.x
sudo
apt-get update
-qq
sudo
apt-get
install
-qq
-y
qt5
6
base cmake
sudo
apt-get
install
-qq
-y
qt5
8
base cmake
This diff is collapsed.
Click to expand it.
README.md
+
5
−
4
View file @
e3d2db8d
...
...
@@ -13,7 +13,8 @@ but you can of course receive and send messages in the rooms that you are a memb
### Requirements
-
Qt5 (5.8 is used for development).
-
Qt5 (5.7 or greater). Qt 5.7 adds support for color font rendering with
Freetype, which is essential to properly support emoji.
-
CMake 3.1 or greater.
-
A compiler that supports C++11.
-
Clang 3.3 (or greater).
...
...
@@ -22,16 +23,16 @@ but you can of course receive and send messages in the rooms that you are a memb
##### Arch Linux
```
bash
$
sudo
pacman
-S
qt5-base cmake gcc
$
sudo
pacman
-S
qt5-base cmake gcc
fontconfig
```
##### Ubuntu 14.04
```
bash
$
sudo
add-apt-repository ppa:beineri/opt-qt5
62
-trusty
$
sudo
add-apt-repository ppa:beineri/opt-qt5
8
-trusty
$
sudo
add-apt-repository ppa:george-edison55/cmake-3.x
$
sudo
apt-get update
$
sudo
apt-get
install
qt5
6
base cmake
$
sudo
apt-get
install
qt5
8
base cmake
```
##### OSX (Xcode 7 or later)
...
...
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