1:安装编译器和一些工具,
sudo apt-get install gcc cpp build-essential make
sudo apt-get install automake autoconf libtool gdb g++
2:安装manpages
sudo apt-get install manpages-dev glibc-doc manpages-posix manpages-posix-dev
本文介绍了如何安装一系列用于软件开发的基本工具,包括编译器、构建工具和文档工具等。通过使用这些工具,可以有效地进行程序开发和调试。
1:安装编译器和一些工具,
sudo apt-get install gcc cpp build-essential make
sudo apt-get install automake autoconf libtool gdb g++
2:安装manpages
sudo apt-get install manpages-dev glibc-doc manpages-posix manpages-posix-dev
3184
1974
5266

被折叠的 条评论
为什么被折叠?