• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H29-Dec-2020-204

CI/H29-Dec-2020-259

ChangeLogs/H03-May-2022-74

desktop/H29-Dec-2020-140120

libraries/H29-Dec-2020-114,442102,911

librecad/H29-Dec-2020-6,279,8296,168,309

licenses/H03-May-2022-12886

plugins/H29-Dec-2020-71,91967,843

scripts/H03-May-2022-1,7481,286

tools/H29-Dec-2020-545419

.gitignoreH A D29-Dec-20201.1 KiB9682

.travis.ymlH A D29-Dec-20201.1 KiB3231

CLEAN.SHH A D29-Dec-2020225 106

LICENSEH A D29-Dec-20203.9 KiB12180

README.mdH A D29-Dec-20202.6 KiB6038

common.priH A D03-May-20222.2 KiB8773

librecad.astylercH A D29-Dec-20209.3 KiB219160

librecad.doxH A D29-Dec-202010.5 KiB305303

librecad.proH A D29-Dec-2020252 1511

settings.priH A D29-Dec-2020143 1410

README.md

1# LibreCAD [![Build Status](https://travis-ci.org/LibreCAD/LibreCAD.svg?branch=master)](https://travis-ci.org/LibreCAD/LibreCAD)
2
3[→ Download ←](https://github.com/LibreCAD/LibreCAD/wiki/Download)
4
5[LibreCAD](https://www.librecad.org) is a 2D CAD drawing tool
6based on the community edition of [QCAD](https://www.qcad.org).
7LibreCAD uses the cross-platform framework [Qt](https://www.qt.io/download-open-source/),
8which means it works with most operating systems.
9The user interface is translated in over 30 languages.  https://translate.librecad.org
10
11LibreCAD is free software; you can redistribute it and/or modify
12it under the terms of the [GNU General Public License version 2](https://www.gnu.org/licenses/gpl-2.0.html) (GPLv2)
13as published by the Free Software Foundation.
14Please read the [LICENSE](LICENSE) file for additional information.
15
16The master branch represents the latest pre-release code,
17and now requires Qt 5.2.1 or newer.
18The 2.1 branch will be the last to support Qt4.
19The 2.0 branch will be the last to support the QCAD toolbar. [![Build Status](https://travis-ci.org/LibreCAD/LibreCAD.svg?branch=2.0)](https://travis-ci.org/LibreCAD/LibreCAD)
20
21- [Releases](https://github.com/LibreCAD/LibreCAD/releases)
22- [Milestones](https://github.com/LibreCAD/LibreCAD/milestones)
23
24[libdxfrw](https://sourceforge.net/projects/libdxfrw/) is an associated project that allows LibreCAD to read DWG files.
25
26**Requests and Bug reports**
27
28- [GitHub issues (preferred)](https://github.com/LibreCAD/LibreCAD/issues)
29- [SourceForge tickets (disabled)](https://sourceforge.net/p/librecad/_list/tickets?source=navbar)
30
31**Users Documentation**
32
33- [Users Manual](https://librecad.readthedocs.io/)
34- [Wiki Main Page](https://dokuwiki.librecad.org/)
35
36**Questions or Comments**
37
38- [LibreCAD's Forum](https://forum.librecad.org/)
39- IRC: [#librecad](https://webchat.freenode.net/?channels=librecad) at freenode.net
40
41**Building**
42
43Requirements:
44
45- [Qt](https://www.qt.io/download-open-source/) 5.2.1+ (MinGW version on Windows)
46- [Boost](https://www.boost.org/)
47
48More information: [Build from source](https://github.com/LibreCAD/LibreCAD/wiki/Build-from-source)
49
50**Contributing**
51
52[Git and GitHub](https://github.com/LibreCAD/LibreCAD/wiki/Git-and-GitHub)
53
54[Becoming a developer](https://github.com/LibreCAD/LibreCAD/wiki/Becoming-a-developer)
55
56There is a [resources repository](https://github.com/LibreCAD/Resources) for people that want to indirectly
57contribute to the project by supplying icons, stylesheets, documentation, templates...
58
59Associated downloads: <https://sourceforge.net/projects/librecad/files/Resources/>
60