forked from werneazc/gsysc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
25 lines (15 loc) · 922 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
=======================================================================
== Adjustments to the Makefile ==
=======================================================================
Please adjust the header of the Makefile to your system. This means
the paths, where SystemC and Qt can be found have to be adjusted.
Afterward the library can be compiled with simply using the make command.
No parameter is needed for this.
=======================================================================
== In your project ... ==
=======================================================================
Just add the gSysC path, where file 'libgsysc.a' is placed,
to the library path searched by your compiler.
Additionally to this, edit your project files to include
the file 'gsysc.h'.
After this, gSysC should be usable with your project.