Package Details: librecad-git 2.2.0.rc1.r91.g8604f171-2

Git Clone URL: https://aur.archlinux.org/librecad-git.git (read-only, click to copy)
Package Base: librecad-git
Description: A 2D CAD drawing tool based on the community edition of QCad.
Upstream URL: https://librecad.org
Keywords: cad drawing qcad
Licenses: GPL
Conflicts: librecad
Provides: librecad
Submitter: mickele
Maintainer: damien.flament
Last Packager: damien.flament
Votes: 39
Popularity: 0.000000
First Submitted: 2011-04-20 21:51 (UTC)
Last Updated: 2018-12-18 20:07 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

mickele commented on 2013-03-11 12:59 (UTC)

I suppose your issue happens when updating on a previous build, beacuse on my system clean builds have no problem with Makefiles. If so it is enough to remove "src" directory and build on a clean source.

budulay commented on 2013-03-08 22:19 (UTC)

I was having problems building librecad after the qt update. Turns out old Makefiles were not re-generated and had a wrong qt path in them. There is a CLEAN.SH script in the source tree that removes old Makefiles, so I thought it might be a good idea to run it before every build to avoid such problems: msg "Starting make..." cd "${srcdir}/${_gitname}" #Remove old Makefiles ./CLEAN.SH export CPPFLAGS="-std=c++0x" qmake-qt4 librecad.pro make

mickele commented on 2013-03-05 20:53 (UTC)

@ozz Try adding MAKEFLAGS="-j2" in /etc/makepkg.conf.

ozz commented on 2013-03-05 15:54 (UTC)

Can this build be parallelized? Otherwise it takes forever to build.

mickele commented on 2013-03-02 20:17 (UTC)

Updated to qt4.

keenerd commented on 2013-03-02 17:34 (UTC)

Needs qt4 in the deps and requires a few build tweaks: use qmake-qt4 sed -i 's/qcollectiongenerator/#&/' scripts/postprocess-unix.sh sed -i 's/lrelease/&-qt4/' scripts/postprocess-unix.sh That first sed line is not the best workaround, it disables all documentation. Also consider moving boost to the makedeps and adding boost-libs to the deps.

mickele commented on 2012-04-03 05:19 (UTC)

@dli Done!

<deleted-account> commented on 2012-04-01 19:00 (UTC)

librecad-git relies on muparser from now on also, c++11 is used by default, therefore, CPPFLAGS -std=c++0x is required thanks!

mickele commented on 2012-03-04 20:59 (UTC)

@benskelton I added feature requested

<deleted-account> commented on 2012-03-02 10:06 (UTC)

Please consider adding the following line in the PKGBUILD (line 51) so that the ttf2lff tool is included in the package: install -D -m 755 unix/ttf2lff $pkgdir/usr/bin/ttf2lff The tool allows true type fonts to be converted to the font format used by librecad so that these fonts can be used in drawings.