|
@@ -12,11 +12,7 @@ image::hex.png[align="center"]
|
12
|
12
|
Packages
|
13
|
13
|
--------
|
14
|
14
|
Regular releases are sporadic. git master should be stable enough. You can get
|
15
|
|
-a package with the latest development version from Archlinux's AUR, or from
|
16
|
|
-openSUSE Build Service for the rest of mainstream distributions. Consult the
|
17
|
|
-list of repositories and their respective links at:
|
18
|
|
-
|
19
|
|
-https://build.opensuse.org/project/repositories/home:pjanouch:git
|
|
15
|
+a package with the latest development version from Archlinux's AUR.
|
20
|
16
|
|
21
|
17
|
Building and Running
|
22
|
18
|
--------------------
|
|
@@ -24,7 +20,7 @@ Build dependencies: CMake, pkg-config, help2man, liberty (included),
|
24
|
20
|
termo (included) +
|
25
|
21
|
Runtime dependencies: ncursesw, libunistring, Lua >= 5.3 (for highlighting)
|
26
|
22
|
|
27
|
|
- $ git clone --recursive https://github.com/pjanouch/hex.git
|
|
23
|
+ $ git clone --recursive https://git.janouch.name/p/hex.git
|
28
|
24
|
$ mkdir hex/build
|
29
|
25
|
$ cd hex/build
|
30
|
26
|
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
|
|
@@ -83,11 +79,11 @@ Similar software
|
83
|
79
|
|
84
|
80
|
Contributing and Support
|
85
|
81
|
------------------------
|
86
|
|
-Use this project's GitHub to report any bugs, request features, or submit pull
|
87
|
|
-requests. If you want to discuss this project, or maybe just hang out with
|
88
|
|
-the developer, feel free to join me at irc://irc.janouch.name, channel #dev.
|
|
82
|
+Use https://git.janouch.name/p/hex to report any bugs, request features,
|
|
83
|
+or submit pull requests. `git send-email` is tolerated. If you want to discuss
|
|
84
|
+the project, feel free to join me at ircs://irc.janouch.name, channel #dev.
|
89
|
85
|
|
90
|
|
-Bitcoin donations: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9
|
|
86
|
+Bitcoin donations are accepted at: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9
|
91
|
87
|
|
92
|
88
|
License
|
93
|
89
|
-------
|