Merge 0ddfeadf9f1e62ae6673f08f2098af2f51f9e1c7 into f6b0a634102b4c7413d1c9414989491905dd9d7a

This commit is contained in:
John Stilley 2017-10-07 09:35:38 +00:00 committed by GitHub
commit 1d8c1cb97c

View File

@ -1,7 +1,8 @@
# cool-retro-term # cool-retro-term
## Description ## Description
cool-retro-term is a terminal emulator which mimics the look and feel of the old cathode tube screens.
`cool-retro-term` is a terminal emulator which mimics the look and feel of the old cathode tube screens.
It has been designed to be eye-candy, customizable, and reasonably lightweight. It has been designed to be eye-candy, customizable, and reasonably lightweight.
It uses the QML port of qtermwidget (Konsole) developed by me: https://github.com/Swordfish90/qmltermwidget . It uses the QML port of qtermwidget (Konsole) developed by me: https://github.com/Swordfish90/qmltermwidget .
@ -9,11 +10,13 @@ It uses the QML port of qtermwidget (Konsole) developed by me: https://github.co
This terminal emulator works under Linux and OSX and requires Qt 5.2 or higher. This terminal emulator works under Linux and OSX and requires Qt 5.2 or higher.
## Screenshots ## Screenshots
![Image](<http://i.imgur.com/I6wq1cC.png>) ![Image](<http://i.imgur.com/I6wq1cC.png>)
![Image](<http://i.imgur.com/12EqlpL.png>) ![Image](<http://i.imgur.com/12EqlpL.png>)
![Image](<http://i.imgur.com/Lx0acQz.jpg>) ![Image](<http://i.imgur.com/Lx0acQz.jpg>)
## Get cool-retro-term ## Get cool-retro-term
You can either build cool-retro-term yourself (see below) or walk the easy way and install one of these packages: You can either build cool-retro-term yourself (see below) or walk the easy way and install one of these packages:
Users of Fedora and openSUSE can grab a package from [Open Build Service](http://software.opensuse.org/package/cool-retro-term). Users of Fedora and openSUSE can grab a package from [Open Build Service](http://software.opensuse.org/package/cool-retro-term).
@ -46,6 +49,7 @@ OSX users can grab the latest dmg from the release page: https://github.com/Swor
## Build instructions (Linux) ## Build instructions (Linux)
## Dependencies ## Dependencies
Make sure to install these first. Make sure to install these first.
--- ---
@ -111,6 +115,7 @@ Install Qt directly from here http://qt-project.org/downloads . Once done export
--- ---
### Compile ### Compile
Once you installed all dependencies (Qt is installed and in your path) you need to compile and run the application: Once you installed all dependencies (Qt is installed and in your path) you need to compile and run the application:
```bash ```bash