Index: trunk/AUTHORS =================================================================== --- trunk/AUTHORS (revision 32796) +++ trunk/AUTHORS (revision 32797) @@ -1,12 +1,14 @@ -pcb-rnd maintainer: Tibor 'Igor2' Palinkas +librnd maintainer: Tibor 'Igor2' Palinkas contact: http://repo.hu/projects/pcb-rnd/contact.html An always up-to-date list of developers and contributors can be found at http://repo.hu/cgi-bin/pcb-rnd-people.cgi -PCB was originally written by Thomas Nau -Development was later taken over by harry eaton -The port to GTK was done by Bill Wilson -Dan McMahill converted the build system from imake to autoconf/automake. -DJ Delorie wrote the trace optimizer, added symbolic flag support and -many other improvements. +librnd was moved out from pcb-rnd in 2020. +pcb-rnd started as a fork of gEDA/PCB. A brief history of PCB: + PCB was originally written by Thomas Nau + Development was later taken over by harry eaton + The port to GTK was done by Bill Wilson + Dan McMahill converted the build system from imake to autoconf/automake. + DJ Delorie wrote the trace optimizer, added symbolic flag support and + many other improvements. Index: trunk/INSTALL =================================================================== --- trunk/INSTALL (revision 32796) +++ trunk/INSTALL (revision 32797) @@ -11,7 +11,7 @@ Dependencies: almost none. For GUI, install the (-dev or -devel) libs Read the summary table and the warnings at the end of ./configure output and decide if you need the features missing. If there was no error, only -warnings, pcb-rnd cab be compiled, even if some dependencies were missing. +warnings, librnd can be compiled, even if some dependencies were missing. Summary of dependencies: For users: @@ -22,11 +22,7 @@ - optional: motif or lesstif if you are using the lesstif frontend - optional: gdlib if you want to export/import to/from png, jpg or gif -For developers: - - flex - - bison - -NOTE: if you did not install any GUI lib dependency, pcb-rnd will be +NOTE: if you did not install any GUI lib dependency, librnd will be compiled with command line interface only. ./configure will try to static link most plugins and disable ones that @@ -41,20 +37,10 @@ Optionally also run make test. -3. Running from source +3. Installation -cd src && ./pcb-rnd +To install librnd after it has been built run: -(Note: it is important to cd to src to run pcb-rnd from source; src/pcb-rnd -won't work unless pcb-rnd is installed). - -If this doesn't work, please refer to doc/UNIX.txt or doc/mac.txt - - -4. Installation - -To install PCB after it has been built run: - make install from the top level directory. An alternative installation method