From 45f1e36495f700df34ec4d12156cbb99db3aecd7 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Mon, 29 Oct 2018 08:46:15 +0000 Subject: [PATCH] Format a bit --- README | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README b/README index 243486ab..5d240c8d 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ This is libsolv, a free package dependency solver using a satisfiability algorithm. -This code is based on two major, but independent, blocks: +The code is based on two major, but independent, blocks: 1. Using a dictionary approach to store and retrieve package and dependency information. @@ -29,13 +29,16 @@ Supported repository formats: - red carpet helix format - haiku +Build instructions +================== + Requires: cmake 2.4.x -mkdir build -cd build -cmake .. -make + mkdir build + cd build + cmake .. + make -To create a package: -make srcpackage -see package/ +//// +vim: syntax=asciidoc +//// -- 2.47.2