X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=README;h=8195cd3ef695956d5f610b0d1a5227e741689fce;hp=a99c8ecd95ebc0d2eddb5427bb83a141f6017ee3;hb=c462e188f3e7819c7bc74f671038cdbf36e8c3c0;hpb=0da4d7881df53bf0b006b8fe2f97e984084ac0d6;ds=sidebyside diff --git a/README b/README index a99c8ecd..8195cd3e 100644 --- a/README +++ b/README @@ -41,7 +41,7 @@ To compile Babeltrace, you will need: uuid development libraries (Debian : uuid-dev) (Fedora : uuid-devel) - libpopt development libraries + libpopt >= 1.13 development libraries (Debian : libpopt-dev) (Fedora : popt) @@ -53,7 +53,7 @@ compile the git repository tree : - GNU autotools (automake >=1.10, autoconf >=2.50, autoheader >=2.50) (make sure your system wide "automake" points to a recent version!) -- GNU Libtool +- GNU Libtool >=2.2 (for more information, go to http://www.gnu.org/software/autoconf/) - Flex >=2.5.35. - Bison >=2.4. @@ -61,3 +61,5 @@ compile the git repository tree : If you get the tree from the repository, you will need to use the "bootstrap" script in the root of the tree. It calls all the GNU tools needed to prepare the tree configuration. + +Running "make check": bash is required.