File: README.md

package info (click to toggle)
sailcut 1.5.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,048 kB
  • sloc: cpp: 12,009; xml: 67; sh: 47; python: 28; makefile: 15
file content (32 lines) | stat: -rw-r--r-- 918 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Sailcut CAD - sail designer

## About

Sailcut CAD is a software for designing boat sails and developing them into flat panels.

<img width="912" alt="Sailcut CAD screenshot" src="https://user-images.githubusercontent.com/1189716/47034688-e9700900-d12c-11e8-851e-d0037211f470.png">

It is distributed under the [GNU General Public License v2.0](LICENSE).

See the [AUTHORS](AUTHORS) file for a full list of contributors.

## Documentation

The Sailcut CAD Handbook is available in 3 languages at [sailcut.com](https://www.sailcut.com/handbook/en/).

## Building

Sailcut CAD is built using the [Qt 6](https://www.qt.io) development framework.

To build Sailcut CAD yourself, get the source code, [install Qt](https://www.qt.io/download-qt-installer-oss) then run:

```shell
qmake
make
```

This will produce the following binaries:

- Linux: `bin/sailcut`
- macOS: `bin/Sailcut CAD.app`
- Windows: `bin/sailcut.exe`