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
61fae5bb
Commit
61fae5bb
authored
7 years ago
by
Konstantinos Sideris
Browse files
Options
Downloads
Patches
Plain Diff
Update installation instructions
parent
5c1fccdc
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
README.md
+12
-4
12 additions, 4 deletions
README.md
dist/AUR/PKGBUILD
+12
-12
12 additions, 12 deletions
dist/AUR/PKGBUILD
with
24 additions
and
16 deletions
README.md
+
12
−
4
View file @
61fae5bb
...
...
@@ -11,7 +11,18 @@ Join the discussion on Matrix [#nheko:matrix.org](https://matrix.to/#/#nheko:mat
Most of the features you'd expect from a chat application are missing right now
but you can of course receive and send messages in the rooms that you are a member of.
### Requirements
### Installation
#### Arch Linux
```
bash
pacaur
-S
nheko-git
```
#### Windows
You can find a NSIS installer
[
here
](
https://ci.appveyor.com/project/mujx/nheko/branch/master/artifacts
)
.
### Build Requirements
-
Qt5 (5.7 or greater). Qt 5.7 adds support for color font rendering with
Freetype, which is essential to properly support emoji.
...
...
@@ -54,9 +65,6 @@ 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.
dist/AUR/PKGBUILD
+
12
−
12
View file @
61fae5bb
...
...
@@ -27,23 +27,23 @@ build() {
}
package
()
{
# Creating needed directories
install
-dm755
"
$pkgdir
/usr/bin"
install
-dm755
"
$pkgdir
/usr/share/pixmaps/"
install
-dm755
"
$pkgdir
/usr/share/applications/"
# Creating needed directories
install
-dm755
"
$pkgdir
/usr/bin"
install
-dm755
"
$pkgdir
/usr/share/pixmaps/"
install
-dm755
"
$pkgdir
/usr/share/applications/"
# Program
# Program
install
-Dm755
"
$pkgname
/build/nheko"
"
$pkgdir
/usr/bin/nheko"
# Desktop launcher
install
-Dm644
"
$srcdir
/
$pkgname
/resources/nheko-256.png"
"
$pkgdir
/usr/share/pixmaps/nheko.png"
install
-Dm644
"
$srcdir
/
$pkgname
/resources/nheko.desktop"
"
$pkgdir
/usr/share/applications/nheko.desktop"
install
-Dm644
"
$srcdir
/
$pkgname
/resources/nheko-256.png"
"
$pkgdir
/usr/share/pixmaps/nheko.png"
install
-Dm644
"
$srcdir
/
$pkgname
/resources/nheko.desktop"
"
$pkgdir
/usr/share/applications/nheko.desktop"
# Icons
local
icon_size icon_dir
for
icon_size
in
16 32 48 64 128 256 512
;
do
icon_dir
=
"
$pkgdir
/usr/share/icons/hicolor/
${
icon_size
}
x
${
icon_size
}
/apps"
install
-d
"
$icon_dir
"
install
-m644
"
$srcdir
/
$pkgname
/resources/nheko-
${
icon_size
}
.png"
"
$icon_dir
/nheko.png"
done
for
icon_size
in
16 32 48 64 128 256 512
;
do
icon_dir
=
"
$pkgdir
/usr/share/icons/hicolor/
${
icon_size
}
x
${
icon_size
}
/apps"
install
-d
"
$icon_dir
"
install
-m644
"
$srcdir
/
$pkgname
/resources/nheko-
${
icon_size
}
.png"
"
$icon_dir
/nheko.png"
done
}
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