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
ac618909
Commit
ac618909
authored
7 years ago
by
Konstantinos Sideris
Browse files
Options
Downloads
Patches
Plain Diff
Update readme
parent
0f3cffcf
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
+25
-9
25 additions, 9 deletions
README.md
with
25 additions
and
9 deletions
README.md
+
25
−
9
View file @
ac618909
...
...
@@ -12,13 +12,11 @@ but you can of course receive and send messages in the rooms that you are a memb
### Requirements
Building instructions for OSX and Windows will be added.
#### Linux
-
Qt5
-
CMake v3.1 or greater
-
GCC that supports C++11.
-
Qt5 (5.8 is used for development).
-
CMake 3.1 or greater.
-
A compiler that supports C++11.
-
Clang 3.3 (or greater).
-
GCC 5 (or greater).
##### Arch Linux
...
...
@@ -26,9 +24,24 @@ Building instructions for OSX and Windows will be added.
$
sudo
pacman
-S
qt5-base cmake gcc
```
### Building
##### Ubuntu 14.04
```
bash
$
sudo
add-apt-repository ppa:ubuntu-toolchain-r/test
$
sudo
add-apt-repository ppa:beineri/opt-qt562-trusty
$
sudo
add-apt-repository ppa:george-edison55/cmake-3.x
$
sudo
apt-get update
$
sudo
apt-get
install
gcc-6 g++-6 clang qt56base cmake
# or gcc-5 gcc++-5
```
Run
##### OSX (Xcode 7 or later)
```
bash
$
brew update
$
brew
install
qt5
```
### Building
```
bash
cmake
-H
.
-Bbuild
-DCMAKE_BUILD_TYPE
=
Release
# Default is Debug.
...
...
@@ -37,6 +50,9 @@ make -C build
The
`nheko`
binary will be located in the
`build`
directory.
[
Here
](
https://ci.appveyor.com/project/mujx/nheko/branch/master/artifacts
)
you can
find development builds for Windows.
### Contributing
Any kind of contribution to the project is greatly appreciated. You are also
...
...
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