macにcool retro termを入れる
Intro
ブラウン管ライクな昔のターミナルを再現したターミナルソフトです
https://github.com/Swordfish90/cool-retro-term
前提
xcodeがインストールされてること(初期セットアップ済み)
homebrewがインストールされてること
手順
on terminal.app
cd ~
brew install qt5
git clone --recursive https://github.com/Swordfish90/cool-retro-term.git
export CPPFLAGS="-I/usr/local/opt/qt5/include"
export LDFLAGS="-L/usr/local/opt/qt5/lib"
export PATH=/usr/local/opt/qt5/bin:$PATH
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
#/Applicationに移動しておく
cd ~
mv cool-retro-term/ /Applications/
できた!
その他7種類くらいありました。
感想
気分転換に使ってみます
Author And Source
この問題について(macにcool retro termを入れる), 我々は、より多くの情報をここで見つけました https://qiita.com/itopan88/items/e30c92a4b02a12e20b3e著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .