Ubuntu開發環境配置

2022-08-10 07:27:08 字數 536 閱讀 5666

預設安裝的ubuntu沒有安裝gcc和其他的開發輔助工具,但是用apt-get可以輕鬆的安裝這些軟體

sudo apt-get install manpages-dev

安裝c語言函式的man檔案

sudo apt-get install build-essential

完成gcc,g++,make的安裝

sudo apt-get install libc6-dev libstdc++6-4.0-dev

include&lib

sudo apt-get install autoconf automake1.9

安裝autoconf automake1.9

sudo apt-get install binutils-doc cpp-doc gcc-4.0-doc gcc-doc glibc-doc libstdc++6-4.0-doc stl-manual cpp-4.0-doc

安裝文件

sudo apt-get install flex bison

安裝flex和bison

ubuntu 開發環境配置

最基本的vim安裝不用多累贅 sudo apt get install vim網上教程大部分都是新增軟體源,如果有人像我一樣不想新增軟體源的話,可以嘗試以下方法。bz2解壓 tar vxjf sublime text 3 build 3143 x64.tar bz2將資料夾移動到 opt 在 usr...

ubuntu驅動開發環境配置

it168 技術 初次接觸linux驅動程式開發,買了一本 linux裝置驅動程式 第一件事當然就是構建開發環境了 它上面有乙個hello world的列子 include include module license dual bsd gpl static int hello init void ...

ubuntu配置nginx php開發環境

1.安裝nginx sudo apt install nginx 2.安裝php7.0 sudo apt install php7.0 3.安裝php7.0 fpm,這是php和nginx之間的聯結器。sudo apt install php7.0 fpm 4.安裝php7.0 dev和php7.0...