Merge 499e69b425001c04496073b8ee42c799ec85cd61 into b9d027291e64b482d070aa0da720227a0f32c67a

This commit is contained in:
apiraino 2018-02-08 15:07:06 +00:00 committed by GitHub
commit 43f60e85a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,8 @@ A word of warning: USE flags and keywords are to be added to portage's configura
Ubuntu users of 14.04 LTS (Trusty) up to 15.10 (Wily) can use [this PPA](https://launchpad.net/~bugs-launchpad-net-falkensweb) Ubuntu users of 14.04 LTS (Trusty) up to 15.10 (Wily) can use [this PPA](https://launchpad.net/~bugs-launchpad-net-falkensweb)
Ubuntu users of 17.10 (Artful) should use [this PPA](https://launchpad.net/%7Evantuz/+archive/ubuntu/cool-retro-term)
OSX users can grab the latest dmg from the release page: https://github.com/Swordfish90/cool-retro-term/releases OSX users can grab the latest dmg from the release page: https://github.com/Swordfish90/cool-retro-term/releases
## Build instructions (Linux) ## Build instructions (Linux)
@ -88,7 +90,7 @@ or:
**Arch Linux** **Arch Linux**
sudo pacman -S qt5-base qt5-declarative qt5-quickcontrols qt5-graphicaleffects sudo pacman -S qt5-base qt5-declarative qt5-quickcontrols qt5-graphicaleffects
--- ---
**openSUSE** **openSUSE**
@ -106,12 +108,12 @@ Install dependencies:
**Anyone else** **Anyone else**
Install Qt directly from here http://qt-project.org/downloads . Once done export them in you path (replace "_/opt/Qt5.3.1/5.3/gcc_64/bin_" with your correct folder): Install Qt directly from here http://qt-project.org/downloads . Once done export them in you path (replace "_/opt/Qt5.3.1/5.3/gcc_64/bin_" with your correct folder):
export PATH=/opt/Qt5.3.1/5.3/gcc_64/bin/:$PATH export PATH=/opt/Qt5.3.1/5.3/gcc_64/bin/:$PATH
--- ---
### 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
# Get it from GitHub # Get it from GitHub