user1988365
user1988365

Reputation:

cygwin, how to set up to get unix shell, and c program, to do systems programming?

Which packages do you download to attain VI option, and shell, and do c programming in it?

Upvotes: 0

Views: 77

Answers (1)

Simon
Simon

Reputation: 10841

vim (vi - improved) is in the Editors category.

bash (shell) is in the Base category.

GNU C is in the Devel category. I'd suggest downloading the GDB debugger and make from that category too.

All of these (and much more) can be selected from the Cygwin setup program at www.cygwin.com.

Upvotes: 2

Related Questions