mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-25 05:37:32 +00:00
8 lines
199 B
Text
8 lines
199 B
Text
= Setting up a Development and Compiling Environment
|
|
|
|
Install packages form the _C Development Tools and Libraries_ group:
|
|
+
|
|
[bash,subs="attributes+"]
|
|
----
|
|
sudo dnf group install @c-development
|
|
----
|