15
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

macにcool retro termを入れる

Posted at

#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/

#できた!
Amber
スクリーンショット 2014-11-24 23.38.37.png

Apple][
スクリーンショット 2014-11-24 23.40.23.png

その他7種類くらいありました。

#感想
気分転換に使ってみます

15
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?