Skip to content

Commit

Permalink
Update libdxfrw compilation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
feragon committed Jun 26, 2020
1 parent 59c1755 commit 0ad5eb7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ git clone https://github.com/LibreCAD/libdxfrw
cd libdxfrw
mkdir release
cd release
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=On ..
make
sudo make install
```
Expand Down Expand Up @@ -168,15 +168,13 @@ conan install ..

**Not all dependencies are available (see https://github.com/conan-io/wishlist/issues/124). They have to be installed manually (see next section)**
Those dependencies are:
- libdxfrw
- Qt (version provided by binutils does not contains SVG/UiTools)

## Configuration
Change build type to RelWithDebInfo. Debug won't work as Conan libraries are compiled in release mode.

Set CMake command arguments to and adapt to your configuration:
```
-DLIBDXFRW_PATH=......./libdxfrw/out/install/x64-Debug
-DCMAKE_PREFIX_PATH=C:\Qt\5.14.1\msvc2017_64\lib\cmake
```

Expand Down

0 comments on commit 0ad5eb7

Please sign in to comment.