Got the w32api package installed in Cygwin, but the build process still doesn't go through.
Search Google
Showing posts with label cygwin. Show all posts
Showing posts with label cygwin. Show all posts
Thursday, November 08, 2007
undefined reference to '_GetProcessId'
Wednesday, November 07, 2007
cygwin's clear
安裝ncurses lib之後就可以在cygwin下執行clear清除畫面。
安裝路徑為:Libs --> ncurses
可以順道一起將libncurses*也裝起來 :-)
run DDD in cygwin
利用
x -multiwindow &開啟x-server,
之後要記得
export DISPLAY=localhost:0因為開啟x-server時預設的display是0,
接下來就可以快快樂樂的輸入
ddd &開啟並使用ddd了。
Tuesday, November 06, 2007
Sunday, June 25, 2006
讓 Cygwin 顯示中文
讓 Cygwin 顯示中文
vi ~/.inputrc
取消註解以下幾行:
set meta-flag on
set convert-meta off
set input-meta on
set output-meta on
vi ~/.bashrc
加入以下資料:
alias ls='ls -hF --show-control-chars --color=tty'
Subscribe to:
Posts (Atom)