This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
morse-converter/README.md

44 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2016-04-15 17:48:31 +02:00
# Morse Converter (Desktop Client)
2015-02-17 10:52:16 +01:00
2018-01-03 09:16:22 +01:00
A writtenMorse and normal Morse code converter.
A detailed description about this program can be found on the [GitLab Wiki](https://gitlab.com/mmk2410/writtenmorse-specs/wikis/Home).
2015-02-17 10:52:16 +01:00
2016-04-15 17:52:24 +02:00
## Prerequisites
2018-01-03 09:16:22 +01:00
* 2.0 or later: Java 8 or higher
- 2.0 or earlier: Java 6 or higher
2016-04-15 17:52:24 +02:00
2016-04-15 17:48:31 +02:00
## Contributing
2015-02-17 10:52:16 +01:00
2016-11-21 17:24:24 +01:00
1. Fork it
2. Create a feature branch with a meaningful name (`git checkout -b my-new-feature`)
3. Add yourself to the CONTRIBUTORS file
4. Commit your changes (`git commit -am 'Add some feature'`)
5. Push to your branch (`git push origin my-new-feature`)
2018-01-03 09:16:22 +01:00
6. Create a new merge request
2015-02-17 10:52:16 +01:00
2018-01-03 09:16:22 +01:00
If you have any questions feel free to write me a mail at [me@mmk2410.org](mailto:me@mmk2410.org) or contact me on [Twitter](https://twitter.com/mmk2410). If your question is more general, don't hesitate to create an issue.
2015-03-08 11:38:54 +01:00
## Packages
2016-04-15 17:48:31 +02:00
2015-03-08 11:38:54 +01:00
### Linux
2016-04-15 17:48:31 +02:00
2015-06-02 17:32:03 +02:00
#### Ubuntu
2015-03-08 11:38:54 +01:00
2015-06-02 17:32:03 +02:00
I created an Ubuntu repository for the app. You can use it by running the following lines:
2015-03-08 11:38:54 +01:00
2016-04-15 17:48:31 +02:00
```
sudo apt-add-repository ppa:mmk2410/morse-converter
2015-03-08 11:38:54 +01:00
2016-04-15 17:48:31 +02:00
sudo apt-get update
2015-03-08 11:38:54 +01:00
2016-04-15 17:48:31 +02:00
sudo apt-get install morse-converter
```
2015-03-08 11:38:54 +01:00
2016-04-15 17:48:31 +02:00
View this package repository at [Launchpad](https://launchpad.net/~mmk2410/+archive/ubuntu/morse-converter).
2018-01-03 09:16:22 +01:00
#### Debian
You can use the Ubuntu packages (or even the repository) with Debian.