From ea4659284878212cf9b37c346f590bd62faa3bb7 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sun, 13 Mar 2011 00:43:00 -0500 Subject: [PATCH] Wrap to 80 columns. --- README | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README b/README index 600f02b..7eab3e9 100644 --- a/README +++ b/README @@ -1,17 +1,17 @@ - ____ _ ___ _ - / ___|___ _ __ ___ _ _ _ __ _ __ ___ _ __ ___ _ _| |/ (_) |_ - | | / _ \| '_ \ / __| | | | '__| '__/ _ \ '_ \ / __| | | | ' /| | __| - | |__| (_) | | | | (__| |_| | | | | | __/ | | | (__| |_| | . \| | |_ - \____\___/|_| |_|\___|\__,_|_| |_| \___|_| |_|\___|\__, |_|\_\_|\__| - |___/ + ____ _ ___ _ + / ___|___ _ __ ___ _ _ _ __ _ __ ___ _ __ ___ _ _| |/ (_) |_ + | | / _ \| '_ \ / __| | | | '__| '__/ _ \ '_ \ / __| | | | ' /| | __| + | |__| (_) | | | | (__| |_| | | | | | __/ | | | (__| |_| | . \| | |_ + \____\___/|_| |_|\___|\__,_|_| |_| \___|_| |_|\___|\__, |_|\_\_|\__| + |___/ Step 1. ./configure For additional options try ./configure --help Step 2. - In order to compile regressions (requires POSIX threads) use "make regressions". - In order to compile libck use "make all" or "make". + In order to compile regressions (requires POSIX threads) use + "make regressions". In order to compile libck use "make all" or "make". Step 3. In order to install use "make install"