mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-18 12:15:27 +00:00
Enable shell syntax highlighting, specify pre-reqs
This commit is contained in:
parent
297201a75f
commit
7b15677426
25
README.md
25
README.md
@ -105,16 +105,21 @@ qmake && make
|
|||||||
|
|
||||||
##Build instructions (OSX)
|
##Build instructions (OSX)
|
||||||
|
|
||||||
brew install qt5
|
1. Install [Xcode](https://developer.apple.com/xcode/) and agree to the licence agreement
|
||||||
git clone --recursive https://github.com/Swordfish90/cool-retro-term.git
|
2. Enter the following commands into the terminal:
|
||||||
export CPPFLAGS="-I/usr/local/opt/qt5/include"
|
|
||||||
export LDFLAGS="-L/usr/local/opt/qt5/lib"
|
```sh
|
||||||
export PATH=/usr/local/opt/qt5/bin:$PATH
|
brew install qt5
|
||||||
cd cool-retro-term
|
git clone --recursive https://github.com/Swordfish90/cool-retro-term.git
|
||||||
qmake && make
|
export CPPFLAGS="-I/usr/local/opt/qt5/include"
|
||||||
mkdir cool-retro-term.app/Contents/PlugIns
|
export LDFLAGS="-L/usr/local/opt/qt5/lib"
|
||||||
cp -r qmltermwidget/QMLTermWidget cool-retro-term.app/Contents/PlugIns
|
export PATH=/usr/local/opt/qt5/bin:$PATH
|
||||||
open cool-retro-term.app
|
cd cool-retro-term
|
||||||
|
qmake && make
|
||||||
|
mkdir cool-retro-term.app/Contents/PlugIns
|
||||||
|
cp -r qmltermwidget/QMLTermWidget cool-retro-term.app/Contents/PlugIns
|
||||||
|
open cool-retro-term.app
|
||||||
|
```
|
||||||
|
|
||||||
##Donations
|
##Donations
|
||||||
I made this project in my spare time because I love what I'm doing. If you are enjoying it and you want to buy me a beer click [here](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=flscogna%40gmail%2ecom&lc=IT&item_name=Filippo%20Scognamiglio¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted) .
|
I made this project in my spare time because I love what I'm doing. If you are enjoying it and you want to buy me a beer click [here](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=flscogna%40gmail%2ecom&lc=IT&item_name=Filippo%20Scognamiglio¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted) .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user