40bdd80b1e
Sources are available only from bzr (no release) so I made a snapshot of the source tree and put it on a http server. This package is based on the package in wip by jonathan.gabris@gmail.com Kicad is an open source (GPL) software for the creation of electronic schematic diagrams and printed circuit board artwork. Designed and written by Jean-Pierre Charras, a researcher at LIS (Laboratoire des Images et des Signaux) and a teacher in IUT de Saint Martin d'Heres (France), in the field of electrical engineering and image processing. Kicad is a set of four softwares and a project manager: * Eeschema: Schematic entry. * Pcbnew: Board editor. * Gerbview: GERBER viewer (photoplotter documents). * Cvpcb: footprint selector for components used in the circuit design. * Kicad: project manager.
14 lines
345 B
C
14 lines
345 B
C
$NetBSD: patch-include-kicad_string.h,v 1.1.1.1 2014/02/17 20:38:59 bouyer Exp $
|
|
|
|
Standard string library should be included as well.
|
|
|
|
--- include/kicad_string.h.orig 2011-11-27 11:43:14.000000000 +0000
|
|
+++ include/kicad_string.h
|
|
@@ -9,6 +9,7 @@
|
|
#ifndef KICAD_STRING_H_
|
|
#define KICAD_STRING_H_
|
|
|
|
+#include <string>
|
|
#include <wx/string.h>
|
|
|
|
|