From d49756b6193309c3f740b74cb501b6058c59c088 Mon Sep 17 00:00:00 2001 From: Jona Date: Mon, 10 Oct 2022 23:25:13 +0200 Subject: [PATCH] README.md : Improve formatting --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 081ce65..8f78a1e 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,15 @@ http://sourceforge.net/projects/libdxfrw Please note: -========== +---------- When you clone or download this project to build [LibreCAD_3](https://github.com/LibreCAD/LibreCAD_3) use the branch **LibreCAD_3**. The master or other branches may have incompatible interface definitions which are not yet implemented in LibreCAD_3! Building and installing the library ========== + +Debug version +---------- + ``` mkdir build cd build @@ -28,8 +32,8 @@ make sudo make install ``` -For non-debug version: -========== +Non-debug version +---------- ``` mkdir release @@ -39,7 +43,8 @@ make sudo make install ``` -== UBUNTU/Mint Folks == +Ubuntu/Mint Folks +---------- ``` mkdir release @@ -50,6 +55,7 @@ sudo make install ``` -== Example usage of the library == +Example usage of the library +========== See how we use it in LibreCAD V3 : https://github.com/LibreCAD/LibreCAD_3/tree/master/persistence/libdxfrw