From 10fdc4be5d14f69cd85489037e06886df2a92b23 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 7 Feb 2011 03:08:22 +0000 Subject: [PATCH] note by Bogdan Petrisor that pkg-config is needed to build from svn git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1871 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- urjtag/ChangeLog | 2 ++ urjtag/THANKS | 1 + urjtag/doc/UrJTAG.txt | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/urjtag/ChangeLog b/urjtag/ChangeLog index 6ba702a7..0e07ab7b 100644 --- a/urjtag/ChangeLog +++ b/urjtag/ChangeLog @@ -4,6 +4,8 @@ * src/tap/cable/generic_usbconn_list.h: Add usbjtagrs232. * src/tap/cable/ft2232.c: Add usbjtagrs232 support by Orasanu Lucian. + * doc/UrJTAG.txt: Note by Bogdan Petrisor for pkg-config requirement. + 2010-12-19 Mike Frysinger * data/xilinx/xc6slx45/STEPPINGS: Add stepping 2 from Sébastien Bourdeauducq. diff --git a/urjtag/THANKS b/urjtag/THANKS index 0b71dd1f..e1b7a298 100644 --- a/urjtag/THANKS +++ b/urjtag/THANKS @@ -78,6 +78,7 @@ Kent Palmkvist Brad Parker Ken Parker Christian Pellegrin +Bogdan Petrisor Laurent Pinchart Simon Qian Ramses VI diff --git a/urjtag/doc/UrJTAG.txt b/urjtag/doc/UrJTAG.txt index fa9f3989..04b7e386 100644 --- a/urjtag/doc/UrJTAG.txt +++ b/urjtag/doc/UrJTAG.txt @@ -349,7 +349,8 @@ page at Sourceforge: ==== Required software for compiling UrJTAG ==== -To run autogen.sh, you need autoconf and automake, bison, and a recent flex. +To run autogen.sh, you need autoconf and automake, bison, pkg-config +and a recent flex. The distributed source tarball contains source pregenerated with a current flex version; flex therefore is only needed if you want to compile code