quick-docs/en-US/modules/proc_setting-up-your-local-dev-and-compilation-environment.adoc

9 lines
199 B
Text
Raw Normal View History

2017-12-14 14:07:36 +00:00
= 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
----