- Learning Rust
- Paul Johnson Vesa Kaihlavirta
- 88字
- 2021-07-02 23:07:12
gcc prerequisites
To build any software that links against external libraries, you will need a C compiler and development versions of any libraries you may be linking against. To ensure that things work properly, install the compiler using the standard method for your operating system.
In Fedora, this would be done using the dnf tool:
sudo dnf install -y gcc
If you are unsure whether you have gcc installed, type the following command in a terminal window:
gcc -version
If gcc is installed, you'll see something like this:

推薦閱讀
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- Spring Cloud Alibaba核心技術與實戰案例
- 數據庫系統教程(第2版)
- C語言程序設計(第2版)
- 羅克韋爾ControlLogix系統應用技術
- Visual C#.NET程序設計
- 零基礎學Scratch 3.0編程
- UML軟件建模
- Python網絡爬蟲實例教程(視頻講解版)
- Python 3快速入門與實戰
- Koa與Node.js開發實戰
- 劍指大數據:企業級電商數據倉庫項目實戰(精華版)
- Puppet Essentials
- Data Visualization:Representing Information on Modern Web
- Python程序設計教程