~ubuntu-branches/ubuntu/precise/pcb/precise

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Hamish Moffatt
  • Date: 2005-02-20 13:14:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050220131400-pfz66g5vhx0azl8f
Tags: 1.99j+20050127-2
* Improved package description: (closes: #295405)
* Fixed dependency: tk84 -> tk8.4 (closes: #295404)
* Updated README.debian (closes: #269578)
* Applied patch to src/djopt.c to allow compilation with gcc-4.0
  (closes: #294319), thanks to Andreas Jochens for the patch.
* Prevent example files from being compressed

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Pcb is a handy tool for the X Window System to design
 
2
printed circuit boards. All coordinate units are 1/1000 inch.
 
3
For details see the manual.
 
4
 
 
5
The only requirements are:
 
6
 
 
7
1. An installation of X11 including header files and the athena
 
8
   widget library (HP users that means you), GNU M4, flex
 
9
   and bison. X11R6, GNU flex and GNU bison are highly recommended.
 
10
 
 
11
2. An ANSI compiler (eg GCC) and maybe a newer version of bison and flex
 
12
   as a replacement for yacc and lex. See 'Problems' in the manual.
 
13
 
 
14
3. A 'long' filesystem
 
15
 
 
16
 
 
17
For installing the release refer to the file 'INSTALL'.
 
18
For additional information read the manual (doc/pcb.pdf) 
 
19
 
 
20
If you are updating you may wish to read the ChangeLog
 
21
 
 
22
Files:
 
23
        README.xxx             this and some other files
 
24
        doc/*                  source for manuals, texinfo...
 
25
                               preformatted manuals exist here too.
 
26
        example/*              some examples
 
27
        lib/*                  circuit definitions
 
28
        newlib/*               newer library format  circuit definitions
 
29
        src/*                  sources, icons, ...
 
30
        tools/*                some additional scripts...
 
31
 
 
32
There is also a bug tracking system and user forum available on the
 
33
sourceforge project page which can be found from http://pcb.sourceforge.net
 
34
 
 
35
-------------------------------------------------------------------------
 
36
                            COPYRIGHT
 
37
 
 
38
  PCB, interactive printed circuit board design
 
39
  Copyright (C) 1994, 1995, 1996, 1997  Thomas Nau
 
40
  Copyright (C) 1998, 1999, 2000, 2001, 2002 harry eaton
 
41
  Copyright (C) 2001 C. Scott Ananian
 
42
 
 
43
  This program is free software; you can redistribute it and/or modify
 
44
  it under the terms of the GNU General Public License as published by
 
45
  the Free Software Foundation; either version 2 of the License, or
 
46
  (at your option) any later version.
 
47
 
 
48
  This program is distributed in the hope that it will be useful,
 
49
  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
50
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
51
  GNU General Public License for more details.
 
52
 
 
53
  You should have received a copy of the GNU General Public License
 
54
  along with this program; if not, write to the Free Software
 
55
  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
56
 
 
57
  Contact addresses for paper mail and Email:
 
58
  harry eaton
 
59
  6697 Buttonhole Court
 
60
  Columbia, MD 21044
 
61
  haceaton@aplcomm.jhuapl.edu
 
62