-
-
Notifications
You must be signed in to change notification settings - Fork 868
Build Instructions (macOS)
Ryan Carsten Schmidt edited this page May 5, 2024
·
6 revisions
We can install using Homebrew:
brew install --cask cool-retro-term
sudo port install cool-retro-term
or we can build it from source:
Let's start by downloading them from the official website: https://qt-project.org/downloads
You should install the latest LTS version of Qt5 and export them in your path like this:
export PATH=~/Qt/5.15.2/clang_64/bin/:$PATH
Let's clone and build the project:
# Get it from GitHub
git clone --recursive https://github.com/Swordfish90/cool-retro-term.git
cd cool-retro-term
# Build the project
qmake -config release
make -j8
# Copy the required dependencies in to the app
mkdir cool-retro-term.app/Contents/PlugIns
cp -r qmltermwidget/QMLTermWidget cool-retro-term.app/Contents/PlugIns
# Have fun!
open cool-retro-term.app
If you want to export a suitable DMG file, just run this command:
macdeployqt cool-retro-term.app -qmldir=app/qml -dmg
_DONT WORRY, IT WILL ALL BE OVER SOON_........ _I HOPE_![e70aab63-383f-480e-9d8c-05cedb6d7332](https://github.com/user-attachments/assets/379b09a2-1bda-4439-86af-9ec6f6b9ee24)