mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-25 13:44:51 +00:00
9 lines
199 B
Text
9 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
|
||
|
----
|