From e7812739845fe0342cb3f47ba5d42f0bdd7dfcfe Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja.osipov@gmail.com> Date: Thu, 18 Oct 2012 16:01:22 +0400 Subject: [PATCH] Update README. --- README | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README b/README index 2a7117c508..b6038dcc2d 100644 --- a/README +++ b/README @@ -11,9 +11,8 @@ Key features of the pair include: * extensibility and speed Caveats: - * currently supported platforms are only Linux/x86 and - FreeBSD/x86 - * gcc is the only supported compiler. + * supported platforms are Linux/x86 and FreeBSD/x86 + * supported compilers are clang and gcc. COMPILATION AND INSTALL @@ -31,8 +30,10 @@ CMake is used for configuration management. The only external library dependency is readline: libreadline-dev is required to build the command line client. -There is one OPTIONAL dependency: uuid-dev. It is required for -box.uuid_* functions. +There are two OPTIONAL dependencies: +- uuid-dev. It is required for box.uuid_* functions. +- GNU bfd (part of GNU binutils). It's used to print +a stack trace after a crash. Please follow these steps to compile Tarantool: @@ -63,7 +64,7 @@ additional Python modules: Once all pre-requisites are installed, try: -tarantool $ cd test && ./test-run.py --start-and-exit +tarantool $ cd test && ./test-run.py --suite box --start-and-exit This will create a 'var' subdirectory in directory 'test', populate it with necessary files, and -- GitLab