libs-ec/README
rfm bc51dec88a Fix log puge
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@38480 72102866-910b-0410-8b05-ffd578937521
2015-05-07 06:44:22 +00:00

26 lines
855 B
Text

Getting started
===============
1. Make sure you have GNUstep installed
2. Type 'make' ... to build the code and the documentation
3. Read the documentation (point your web browser at the ECCL subdirectory)
4. (optional) Customise (see local.make) and do 'make clean'.
5. Install it (type 'make install') and try it out.
Key points ...
1. You may want to use 'defaults write NSGlobalDomain EcvEffectiveUser xxx'
where 'xxx' is your username, to tell the system it should be running as you.
2. Debug files are written in ~xxx/DebugLogs ...
look there to diagnose problems.
3. Configuration is in ~xxx/Data. Specifically, you need to configure
~xxx/Data/Command/Control.plist, ~xxx/Data/Command/Operators.plist, and
~xxx/Data/Command/AlertConfig.plist before the Control server will start.
There are examples in the same directory as this README