A development environment other than IDE C

How to set up a C development environment for a non-IDE environment?

+5
source share
8 answers

gcc + make + vi and you will live happily ever after!

+13
source

A pretty good development environment most likely already exists - no configuration is required. This is because most Linux installations are GNU / Linux . GNU provides all the components necessary for developing software C.

Use the "which" command to verify that these programs are in your path of execution.

which gcc
which make

Gcc . Make . ( gcc .)

, , vi, nano GNU emacs. , emacs (),

which emacs

which (.. which: no emacs in...), , , :

emacs

.

+8

, - : Emacs, gcc make.

- , , , , Linux, , .

+2

, :

Geany gedit, make, GCC. , , , vi nano emacs, emacs.

+2

:

gcc + cmake + nano;)

.nanorc( /etc/nanorc )

+1

Emacs + Cedet -

+1

gtkemacs, gcc, make, scons .

. : , , .

+1

gcc + vim/vi + (make).

Vim/vi " ", , , , , Vim , vimtutor . !

Vim , (, vimtutor),

0

All Articles