use dnf isntead of youm to install kicad on fedora from sources
This commit is contained in:
parent
0a7958bbcb
commit
f396b26ddb
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
sudo yum groupinstall "C Development Tools and Libraries"
|
||||
sudo yum install bzr bzrtools cmake GLC_lib-devel glew-devel cairo-devel bzip2-devel wxGTK-devel openssl-devel doxygen patch
|
||||
sudo dnf groupinstall "C Development Tools and Libraries"
|
||||
sudo dnf install bzr bzrtools cmake GLC_lib-devel glew-devel cairo-devel bzip2-devel wxGTK3-devel wxGTK-devel openssl-devel doxygen patch
|
||||
../common/install_kicad_from_sources
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue