From: Michael Schroeder Date: Mon, 29 Oct 2018 08:46:15 +0000 (+0000) Subject: Format a bit X-Git-Tag: 0.7.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45f1e36495f700df34ec4d12156cbb99db3aecd7;p=thirdparty%2Flibsolv.git Format a bit --- 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 +////