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
|
|
----
|