簡體   English   中英

Ubuntu Desktop 是否附帶 C 包和編譯器? 如何以及在哪里可以檢查所有可用的 C 接頭?

[英]Is Ubuntu Desktop shipped with C packages and compilers ? How and where can I check all the available C headers?

I'm moving from Mac Os to Linux Ubuntu and I wanted to know if Ubuntu is shipped with a C compiler and C packages. 在哪里可以查看所有可用 c 接頭的列表?

默認情況下不是。 但是您可以使用一個命令安裝開發所需的一切

sudo apt install build-essential

這將設置開始編碼所需的所有工具。

系統頭文件通常安裝在/usr/include

您可以列出所有這些

find /usr/include

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM