Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Cygwin
Search
aben20807
August 16, 2018
Programming
0
5.2k
Cygwin
how to install cygwin and set up configuration.
aben20807
August 16, 2018
Tweet
Share
Other Decks in Programming
See All in Programming
Generative AI Use Cases JP (略称:GenU)奮闘記
hideg
0
150
qmuntal/stateless のススメ
sgash708
0
120
Content Security Policy入門 セキュリティ設定と 違反レポートのはじめ方 / Introduction to Content Security Policy Getting Started with Security Configuration and Violation Reporting
uskey512
1
430
What’s New in Compose Multiplatform - A Live Tour (droidcon London 2024)
zsmb
1
340
Piniaの現状と今後
waka292
5
1.5k
ECS Service Connectのこれまでのアップデートと今後のRoadmapを見てみる
tkikuc
2
210
cXML という電子商取引の トランザクションを支える プロトコルと向きあっている話
phigasui
3
2.3k
外部システム連携先が10を超えるシステムでのアーキテクチャ設計・実装事例
kiwasaki
1
230
Vue3の一歩踏み込んだパフォーマンスチューニング2024
hal_spidernight
3
3.1k
GCCのプラグインを作る / I Made a GCC Plugin
shouth
1
150
PagerDuty を軸にした On-Call 構築と運用課題の解決 / PagerDuty Japan Community Meetup 4
horimislime
1
110
JaSST 24 九州:ワークショップ(は除く)実践!マインドマップを活用したソフトウェアテスト+活用事例
satohiroyuki
0
260
Featured
See All Featured
Put a Button on it: Removing Barriers to Going Fast.
kastner
59
3.5k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
9
680
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
159
15k
Gamification - CAS2011
davidbonilla
80
5k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
27
790
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.8k
Optimising Largest Contentful Paint
csswizardry
33
2.9k
Rails Girls Zürich Keynote
gr2m
93
13k
What's new in Ruby 2.0
geeforr
342
31k
Teambox: Starting and Learning
jrom
132
8.7k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.6k
Transcript
Cygwin Huang Po Hsuan 107.08.16 Photo by Samson Duborg-Rankin on
Unsplash
windows terminal? • 維基百科 https://zh.wikipedia.org/wiki/Cygwin • 可以執行 bash、fish,即在 Windows 下可以使用
Linux 終端機的指 令。可以使用 vim !!!! • 自由軟體,由 RedHat 維護,已有十幾年歷史,穩定。 2
用 Windows 是迫不得已的 (X 大部分遊戲、某些環境就只有 windows 可用.... 雖然可以用 wine,可是….懶 OuO
3
用 VirtualBox 模擬 Linux 就好? • 虛擬機器吃記憶體,且容量大。(個人認為致命傷) • Cygwin 標準安裝僅幾百
MB 左右 (後期會偏肥大,目前 我已用 8 點多 GB),它不是模擬器,當然執行時期⼀樣 會吃記憶體,不過很小幾乎可以忽略。 4
安裝 • 下載:Cygwin官網傳送門 https://www.cygwin.com/ 5
點開安裝檔 6
瘋狂下⼀步 OuO 7 會決定根目錄位置
下載網址強烈建議使用日本的鏡像站 • 比臺灣的快又穩定,臺灣加油啊 QuQ 8 http://ftp.jaist.ac.jp
建議安裝套件 • vim:文本編輯器 • gcc:c 語言編譯器 • g++:c++ 編譯器 •
make:Makefile 執行用 • cygrunsrv • gdb:debug 神器 • time:計時器 (Utils 類別) • man-pages-posix:使用 man 指令查看說明文件 9 • openssh • openssl • git:版本控制,我搭配 GitHub • wget:從網頁抓取資料 • curl:(同上) • astyle:C 家族程式碼格式工具
搜尋 vim vim vim vim 的安裝包並勾選 10
好了就安裝吧 • 會等有點久,先喝個茶,發個呆,上個網之類的 OuO 11
如果發⽣錯誤,換個網址再載⼀次 • 完成~ • 建議第⼀次安裝產⽣捷徑,如圖片中兩格都打勾 12
安裝新套件 • 若忘記或要安裝新套件可執行 setup-x86_64.exe • 而且不須再重找,只須找缺少部分即可 13
第⼀次開啟如圖,之後就不會了 14
終端機美化~~ ~~ ~~ ~~ 15 背景顏色 透明度 字型 & 大小
打開時視窗大小 中文顯示有問題請調整此處 游標設定
home 目錄位置 • 請去第 7 頁安裝的路徑尋找 16 安裝路徑\home\user D:\cygwin\home\user
快捷鍵設定 • 建立捷徑再加入快捷鍵就完美啦~~ XDD • 右鍵打開第 12 頁所產⽣捷徑的內容 17
參考資料 • 於Windows安裝Vim文字編輯器 http://home.gamer.com.tw/creationDetail.php?sn=2535747 • Cygwin 入門 - BASH on
Windows http://www.ubuntu-tw.org/modules/newbb/viewtopic.php?topic_id=47282 • 葉難-安裝Cygwin http://yehnan.blogspot.com/2015/02/cygwin.html • Stack Overflow-“-bash: gcc: command not found” using cygwin when compiling c? http://stackoverflow.com/questions/25705726/bash-gcc-command-not-found-using-cygwin-when-compiling-c • cygwin下如何安裝GCC http://b8807053.pixnet.net/blog/post/3612601 • 解决Cygwin中文乱码 http://www.cnblogs.com/duanguyuan/p/3569565.html • Cygwin安裝及SSH設定教學(上) https://ithelp.ithome.com.tw/articles/10079938 18