Hello all!
I'm the admin of src.lgg.ru, the site about Free Engeneering Software. I once came across a mailing list of kicad-developers, where I saw a letter referring to your program: http://projects.qi-hardware.com/index.php/p/eda-tools/source/tree/master/schhist .
I wanted to write an article about it, so that more people would learn about the new capabilities of kicad. But unfortunately I can not run the program.
I wanted to write an article about it, so that more people would learn about the new capabilities of kicad. But unfortunately I can not run the program.
Are your changes transferred to the official source tree? If not, where can I get a patched version of kicad?
==========================================
Am I doing it right?
I created a folder with the project, like this:
mkdir git_kicad
cd git_kicad
git init
Then I created the kicad project and the scheme (git_kicad.bak git_kicad-cache.bak git_kicad-cache.lib git_kicad.pro git_kicad.sch), and added it to the circuit chip:
git add git_kicad
git commit -am "first step"
Now that I've changed the scheme (added new components) and set up another commit -
git add git_kicad
git commit -am "second step"
and run your program,
./schhist2web ~/current_work/git_kicad/ git_kicad.sch ~
what actually needs to happen, and what should I do then?
mkdir git_kicad
cd git_kicad
git init
Then I created the kicad project and the scheme (git_kicad.bak git_kicad-cache.bak git_kicad-cache.lib git_kicad.pro git_kicad.sch), and added it to the circuit chip:
git add git_kicad
git commit -am "first step"
Now that I've changed the scheme (added new components) and set up another commit -
git add git_kicad
git commit -am "second step"
and run your program,
./schhist2web ~/current_work/git_kicad/ git_kicad.sch ~
what actually needs to happen, and what should I do then?
Sincerely, Sergei (aka Valber)
_______________________________________________ Qi Hardware Discussion List Mail to list (members only): [email protected] Subscribe or Unsubscribe: http://lists.en.qi-hardware.com/mailman/listinfo/discussion

