Skip to content

Commit

Permalink
Merge pull request #67 from jonadem/patch-1
Browse files Browse the repository at this point in the history
README.md : Improve formatting
  • Loading branch information
Florian Roméo authored Oct 13, 2022
2 parents 5f004cd + d49756b commit 81c9319
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -28,8 +32,8 @@ make
sudo make install
```

For non-debug version:
==========
Non-debug version
----------

```
mkdir release
Expand All @@ -39,7 +43,8 @@ make
sudo make install
```

== UBUNTU/Mint Folks ==
Ubuntu/Mint Folks
----------

```
mkdir release
Expand All @@ -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

0 comments on commit 81c9319

Please sign in to comment.