Commit graph

4 commits

Author SHA1 Message Date
joerg
d0041955cc Needs gettext-lib for build. 2007-12-29 19:57:43 +00:00
dmcmahill
4e8a43fb39 no need to explicitly use -lpng, pkg-config --libs libpng takes care of that 2007-03-02 23:08:12 +00:00
dmcmahill
9dbf69bde7 - don't overwrite LDFLAGS but rather append the stuff we need.
- add missing -lm (how did this work before?)
- remove one last GNU make-ism since there is a portable way of doing
  it
2007-03-02 12:20:47 +00:00
dmcmahill
5c243ec4ca import nelma-3.0
Nelma is a (command line) tool for numerically calculating various
electrical properties of printed circuit boards or similar objects
composed of conductors and dielectrics (however code is optimized for
circuit board-like geometry).

It is currently capable of calculating capacitances between objects -
nets on a PCB. It returns a spice-compatible description of an
equivalent circuit of stray capacitances that can be for example used
for more accurate circuit simulation. Alternatively it can also
produce field data that can be plotted for example with Gnuplot.

Support for calculating resistances existed for a while but was later
removed because it didn't receive much testing.

Nelma is available under the GNU General Public License version 2.
2007-03-02 01:59:47 +00:00