Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
2582816
Topic
190731
Board
Hardware
Re: Klondike - 16 chip ASIC Open Source Board - Preliminary
by
.m.
on
26/06/2013, 09:25:38 UTC
regarding KICAD - I had better experience with the version compiled from sources - this worked on Fedora 18:
#
https://code.launchpad.net/~kicad-stable-committers/kicad/stable
mkdir kicad && cd kicad
bzr branch lp:kicad/stable # more than 220 MB, 10 minutes to get
cd stable
cmake -DCMAKE_BUILD_TYPE=Debug -DKICAD_STABLE_VERSION=20130528 . # wxWidgets and boost needed
make -j3 # around 10 minutes
make install # as root
/usr/local/bin/kicad # works
# /usr/local/share/doc/kicad , /usr/local/share/kicad
# fedora installs older, but useful kicad-doc, like /usr/share/doc/kicad/help/en/Getting_Started_in_KiCad.pdf
# ?
https://github.com/Trump211/Eagle2Kicad
# decent 3D models there for many parts that could be used to render a 3D preview
#
http://smisioto.no-ip.org/elettronica/kicad/kicad-en.htm