Package Details: libredwg-git latest-3

Git Clone URL: https://aur.archlinux.org/libredwg-git.git (read-only, click to copy)
Package Base: libredwg-git
Description: A free C library to handle DWG files
Upstream URL: https://www.gnu.org/software/libredwg/
Keywords: cad dwg
Licenses: GPL
Submitter: sxw
Maintainer: sxw
Last Packager: sxw
Votes: 3
Popularity: 0.000064
First Submitted: 2020-03-01 17:02 (UTC)
Last Updated: 2026-03-04 20:37 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

sxw commented on 2026-03-04 20:38 (UTC)

Thanks, I added the option for now.

YBoy360 commented on 2026-03-02 06:49 (UTC)

I could build this package only by disabling -Werror in the build passing --disable-werror:

build() {
  cd "$_pkgname"

  sh autogen.sh
  ./configure --prefix=/usr --disable-werror
  make
}