Compiling KiCad on Fedora=========================First written: 2011-03-09Lasted edited by: Jerry Jacobs <xor.gate.engineering@gmail.com>Fedora 14---------First we need to install all the needed tools and libraries with yum. Firstbecome root with su.Then invoke yum:yum install gcc gcc-c++ bzr cmake doxygen wxGTK-devel makeCreate somewhere on your drive a kicad directory.Then clone the bzr repository:bzr checkout lp:kicad testingthen cd into the build directoryinvoke cmake to generate the makefilescmake ../testingIf everything went well you should be able to build kicad with make.make