-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathREADME
More file actions
22 lines (18 loc) · 717 Bytes
/
README
File metadata and controls
22 lines (18 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
QCADesigner README Notes
============================
If you would like to run QCADesigner from the source tree,
that is, you do not want to perform "make install", you
may do so by switching to the src/ subdirectory and
running ./QCADesigner .
If you would like to install QCADesigner to a path other
than the default you can run configure with the --prefix
option and specify the path. For example if you are
configuring QCADesigner for the first time, you can run:
./autogen.sh --prefix=<Your path>
./configure
make
make install
"ls <Your path>" should show a "bin" and "share" directory
that contain all the files that QCADesigner has installed.
You can then use the script provided above to run
QCADesigner.