From eded375cf61cd5c12ac1c7edadef2fe06e69f2dc Mon Sep 17 00:00:00 2001 From: Andres Gutierrez Date: Mon, 23 Feb 2015 15:34:47 -0500 Subject: [PATCH] Instructions for building on MacOSX with MacPorts --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 88488e0..5aa4c2d 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,8 @@ qmake && make 1. Install [Xcode](https://developer.apple.com/xcode/) and agree to the licence agreement 2. Enter the following commands into the terminal: +**Brew** + ```sh brew install qt5 git clone --recursive https://github.com/Swordfish90/cool-retro-term.git @@ -127,6 +129,18 @@ cp -r qmltermwidget/QMLTermWidget cool-retro-term.app/Contents/PlugIns open cool-retro-term.app ``` +**MacPorts** + +```sh +sudo port install qt5-mac +git clone --recursive https://github.com/Swordfish90/cool-retro-term.git +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 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) .