1 #!/bin/bash -e 2 # Install KiCad from source onto either: 3 # -> a Ubuntu/Debian/Mint or 4 # -> a Red Hat 5 # compatible linux system. ...... ...... 38 STABLE=5054 # a sensible mix of features and stability 39 TESTING=last:1 # the most recent 40 41 # Set this to STABLE or TESTING or other known revision number: 42 REVISION=$STABLE 43 #REVISION=$TESTING ...... 136 prerequisite_list=" ...... 149 wxGTK-devel 150 " ...... ......