Update Screenshots and README.md
This commit is contained in:
parent
01fe5c4730
commit
58854c2ebd
38
README.md
38
README.md
@ -1,21 +1,19 @@
|
|||||||
# Hammond
|
# Hammond
|
||||||
## Multithreaded and reliable Gtk+ Podcast client.
|
|
||||||
This is a prototype of a podcast client written in Rust.
|
## A Podcast Client for the GNOME Desktop written in Rust.
|
||||||
|
|
||||||
[](https://gitlab.gnome.org/alatiera/Hammond/commits/master)
|
[](https://gitlab.gnome.org/alatiera/Hammond/commits/master)
|
||||||
|
|
||||||

|
### Features
|
||||||

|
|
||||||
|
|
||||||
## Getting in Touch
|
* TBA
|
||||||
If you have any questions regarding the use or development of Hammond,
|
|
||||||
want to discuss design or simply hang out, please join us in [#hammond on irc.gnome.org.](irc://irc.gnome.org/#hammond)
|
|
||||||
|
|
||||||
Sidenote:
|

|
||||||
|

|
||||||
There isn't much documentation yet, so you will probably have question about parts of the Code.
|

|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
The following steps assume you have a working installation of rustc and cargo.
|
The following steps assume you have a working installation of rustc and cargo.
|
||||||
If you dont take a look at [rustup.rs](rustup.rs)
|
If you dont take a look at [rustup.rs](rustup.rs)
|
||||||
|
|
||||||
@ -25,7 +23,22 @@ cd Hammond/
|
|||||||
cargo run -p hammond-gtk --release
|
cargo run -p hammond-gtk --release
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Broken Feed
|
||||||
|
|
||||||
|
Did you found or tried to use a Feed that does not work with hammond ?
|
||||||
|
Please [open an issue](https://gitlab.gnome.org/alatiera/Hammond/issues/new) and choose the `BrokenFeed` template so we will know and fix it!
|
||||||
|
|
||||||
|
## Getting in Touch
|
||||||
|
|
||||||
|
If you have any questions regarding the use or development of Hammond,
|
||||||
|
want to discuss design or simply hang out, please join us in [#hammond on irc.gnome.org.](irc://irc.gnome.org/#hammond)
|
||||||
|
|
||||||
|
Sidenote:
|
||||||
|
|
||||||
|
There isn't much documentation yet, so you will probably have question about parts of the Code.
|
||||||
|
|
||||||
## Install from soure
|
## Install from soure
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://gitlab.gnome.org/alatiera/hammond.git
|
git clone https://gitlab.gnome.org/alatiera/hammond.git
|
||||||
cd Hammond/
|
cd Hammond/
|
||||||
@ -40,17 +53,19 @@ You can run `sudo make uninstall` for removal
|
|||||||
And `make clean` to clean up the enviroment after instalation.
|
And `make clean` to clean up the enviroment after instalation.
|
||||||
|
|
||||||
### Flatpak
|
### Flatpak
|
||||||
|
|
||||||
Flatpak instructions... Soon™.
|
Flatpak instructions... Soon™.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
### Dependancies
|
### Dependancies
|
||||||
|
|
||||||
* Rust stable 1.22 or later.
|
* Rust stable 1.22 or later.
|
||||||
* Gtk+ 3.22 or later
|
* Gtk+ 3.22 or later
|
||||||
* Meson
|
* Meson
|
||||||
|
|
||||||
**Debian/Ubuntu**
|
**Debian/Ubuntu**
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
apt-get update -yqq
|
apt-get update -yqq
|
||||||
apt-get install -yqq --no-install-recommends build-essential
|
apt-get install -yqq --no-install-recommends build-essential
|
||||||
@ -58,6 +73,7 @@ apt-get install -yqq --no-install-recommends libgtk-3-dev meson
|
|||||||
```
|
```
|
||||||
|
|
||||||
**Fedora**
|
**Fedora**
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
dnf install -y gtk3-devel glib2-devel openssl-devel sqlite-devel meson
|
dnf install -y gtk3-devel glib2-devel openssl-devel sqlite-devel meson
|
||||||
```
|
```
|
||||||
|
|||||||
BIN
assets/episodes_view.png
Normal file
BIN
assets/episodes_view.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 111 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 108 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 510 KiB |
BIN
assets/show_widget.png
Normal file
BIN
assets/show_widget.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 119 KiB |
BIN
assets/shows_view.png
Normal file
BIN
assets/shows_view.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 574 KiB |
Loading…
Reference in New Issue
Block a user