blob: 61c3bbee6deac6281f4264b59094a987a21fb69e (
plain)
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
|
Master project file
-------------------
This folder contains a file called everything.pro that is used with qmake.
It builds Embroidermodder 2 (gui binary), libembroidery-convert (console binary),
a KDE4 thumbnailer (on linux/unix platforms only).
You will need to refer to the README files in the respective folders for further instructions on usage.
Building
-----------
Open a terminal and type:
```
qmake && make
```
Other files
-----------
This folder also contains linux/unix shell scripts so that after building,
you can easily run them from this folder easily. For example:
To run Embroidermodder 2:
```
./embroidermodder2
```
To run our command line file conversion tool:
```
./libembroidery-convert
```
|