I am trying to build the latest Bazaar stable on Ubuntu 9.10 and can't seem to find the kicad-doc and kicad-library equivalents.
What I've done: bzr branch lp:kicad/stable cd stable mkdir build cd build cmake -DCMAKE_BUILD_TYPE="RELEASE" ../ make sudo checkinstall Everything seems great until I try to launch eeschema, whereupon I get a message telling me that none of the parts/part-libraries could be found. And indeed looking through what was built above, I can't find them either. When I try to access Help->Contents, I get a message that kicad.pdf could not be found. The former suggests to me that I need kicad-library and the latter kicad-doc. But where/how do I get them now when building from Launchpad sources?
