File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,18 @@ There are various demo projects that will hopefully show you how to use this cod
49
49
## Installation
50
50
51
51
There are two setup modules available. You need to install SetupCore first. This provides the dependent libraries and creates
52
- the directory structure needed to allow the code to run. SetupDemo will install the demos.
52
+ the directory structure needed to allow the code to run. It also installs the spooler. You will need to manually install the
53
+ spooler into SCM.
54
+
55
+ C:\> C:\XAS\sbin\xas-spoolerd -install
56
+
57
+ And change the XAS-Spooler services start feature from manaul to automatic, if so desried. You will also have to edit the
58
+ configuration file for your environment.
59
+
60
+ If you installed the package someplace other then C:\xas\. Then you need to create the system wide environment variable XAS_ROOT to
61
+ point to this directory structure.
62
+
63
+ SetupDemo will install the demos. Yow can install the services, but they may be best to run from the command line.
53
64
54
65
## Open Source
55
66
You can’t perform that action at this time.
0 commit comments