Hi there, well, I see appox 1GB installed in dependencies and needed sw for build kicad, I see 120 MB of some other downloded stuff then i see 183 MB of KiCad repo. All this took maybe 30 min or so. The build/install process is not sure, 5 min (wild guess).
I update the make part. cheers Fabrizio On Tue, Jul 2, 2013 at 8:11 PM, Dick Hollenbeck <d...@softplc.com> wrote: > On 07/02/2013 12:48 PM, Fabrizio Tappero wrote: >> Hello, >> I have updated the instructions to install KiCad on Debian and other >> distros... >> http://www.kicad-pcb.org/display/KICAD/KiCad+EDA+Software+Suite > > Quoting from the site: > > " > That is it. You now have the latest version of KiCad. If, at any time, you > want to update > your version of KiCad you do the following: > > cd /opt/kicad.bzr > bzr update > cd build > rm -rf * > cmake ../ > make > sudo make install > " > > > > Fabrizio, > > I think the update procedure is not correct. If you do "rm -rf *" then your > CMakeCache.txt file is gone, and the line > > cmake ../ > > becomes insufficient. > > I would replace these two lines which I mention, with one line: > > make clean > > which is followed by > make > > This is probably adequate. > > > >> >> the whole process takes however veeeeery long time a lots of space. > > > Really? Can you elaborate on what is consuming the time and the space. > Narrow down the > problem as you see it please. > > > >> Does any body knows a better way? I am not sure a direct link like >> this >> http://kicad.tuturutu.cz/ >> >> could be a solution because the software update process would be not >> really automatic. >> >> Is there any change we could add here: >> >> sudo add-apt-repository ppa:adamwolf/kicad-testing-daily >> >> a non-ubuntu repo? >> >> how about an install script for all linux distro? > > > Has anyone had success packaging wxWidgets in a premade DSO format, same > binaries for all > linux platforms? If not, then it seems unlikely we could do this. What other > (commercial) EDA tools do is provide many of the GUI libraries as part of the > prebuilt > binaries. Check around about a prebuilt wxWidgets DSO set that could > accompany a > pre-built KiCad. This is more of a wx investigation. > > > > > >> how about a check >> for updates inside KiCad itself? ... just throwing ideas... >> >> >> Cheers >> Fabrizio >> >> _______________________________________________ >> Mailing list: https://launchpad.net/~kicad-developers >> Post to : kicad-developers@lists.launchpad.net >> Unsubscribe : https://launchpad.net/~kicad-developers >> More help : https://help.launchpad.net/ListHelp >> > > > _______________________________________________ > Mailing list: https://launchpad.net/~kicad-developers > Post to : kicad-developers@lists.launchpad.net > Unsubscribe : https://launchpad.net/~kicad-developers > More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp