Fedora dependencies reference

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

Message
Author
dejaime
Human
Human
Posts: 22
Joined: 05 Nov 2008, 05:46
Noob?: Yes

Fedora dependencies reference

#1 Post by dejaime »

Hey all,

Not here for help this time. Spent quite some time today trying to run Openkore on Fedora 26 today, basically due to missing dependencies not covered in the How To Run in the wiki. So I figured I should create this topic as a reference if anyone (myself included) ever need it.

I do recognize that running on Linux (especially running on one specific distro) is not that big of a deal when documenting anything, so I hope it is ok if I leave this information here as a reference for anyone Googling it.

A single-command installation for all the required dependencies would be (How to run guide deps included):

Code: Select all

su -c 'dnf install readline-devel python perl curl-devel gcc-c++ perl-ExtUtils-ParseXS perl-Digest-MD5 perl-devel perl-encoding perl-Time-HiRes perl-Compress-Zlib perl-SelfLoader perl-Storable'
The extra packages I needed were:

Code: Select all

perl-ExtUtils-ParseXS
perl-devel
perl-encoding
perl-Compress-Zlib
perl-SelfLoader
perl-Storable
perl-Digest-MD5
Thanks everyone!
Let me know if I missed any!