install_kicad split into common and fedora parts
This commit is contained in:
parent
6e6a43c4c9
commit
1260dee56a
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
|||
#!/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
|
||||
|
||||
bzr launchpad-login "saipeloan"
|
||||
bzr whoami "Cyryl Plotnicki-Chudyk <bzr@cyplo.net>"
|
||||
|
|
5
install_kicad_fedora.sh
Executable file
5
install_kicad_fedora.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/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
|
||||
./install_kicad.sh
|
||||
|
Loading…
Reference in a new issue