summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index d6c47c0..eff2424 100644
--- a/README
+++ b/README
@@ -179,3 +179,13 @@ make install
cd ..
+
+
+To modify the CORBA IDL file you must do some extra steps.
+A number of files are generated from the IDL file, and one of them
+(..-skelimpl.c) is also edited directly. Before editing the nitpicker.idl
+file, run "make begin-idl". Then edit the IDL file. Once done, run
+"make end-idl". There is currently no equivalent for nitevent.idl,
+though one could be created using the existing Makefile as a model.
+
+