Skip to content

Commit cd77a0a

Browse files
authored
Merge pull request #13 from LibrePCB/add-dxflib-to-ubuntu-20.04
Ubuntu 20.04: Add libdxflib
2 parents faea05d + 6e745b4 commit cd77a0a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ repository. This image is intended to check if LibrePCB compiles on a standard
7474
Ubuntu 20.04.
7575

7676
In addition, this image contains necessary tools for dynamic linking of
77-
LibrePCB (pkg-config, libquazip5, libpolyclipping, googletest).
77+
LibrePCB (pkg-config, libdxflib, libquazip5, libpolyclipping, googletest).
7878

7979
### `windowsservercore-ltsc2019-qt5.15.0-32bit`
8080

ubuntu-20.04/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ RUN apt-get update -q && apt-get -y -q install --no-install-recommends \
1818
graphviz \
1919
libc++-dev \
2020
libc++abi-dev \
21+
libdxflib3 \
22+
libdxflib-dev \
2123
libglu1-mesa-dev \
2224
libqt5opengl5 \
2325
libqt5opengl5-dev \

0 commit comments

Comments
 (0)