diff options
author | Pavel Shramov <psha@lebu.psha.org.ru> | 2010-10-22 20:27:03 +0400 |
---|---|---|
committer | Pavel Shramov <psha@lebu.psha.org.ru> | 2010-10-22 20:27:03 +0400 |
commit | c7802b95528dbd84d22b25075fb01c908450bb59 (patch) | |
tree | 9b3341edea5e7d5f7a6723ff3a35341adea24808 | |
parent | f7c7fddbde2c2315da96515b4b3aa904fef32f6b (diff) | |
download | linuxcnc-c7802b95528dbd84d22b25075fb01c908450bb59.tar.gz linuxcnc-c7802b95528dbd84d22b25075fb01c908450bb59.zip |
gladevcp: Update readme with current state
emc-environment sets up all paths so it's not needed now
to make any simlinks
-rw-r--r-- | lib/python/gladevcp/READ_ME | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/lib/python/gladevcp/READ_ME b/lib/python/gladevcp/READ_ME index 99cee924f..667c72ef9 100644 --- a/lib/python/gladevcp/READ_ME +++ b/lib/python/gladevcp/READ_ME @@ -1,10 +1,8 @@ -to use gladevcp in a run in place environment one must add system links to these files. +To use gladevcp in a run in place environment just source scripts/emc-environment +and it will set all paths. -in usr/lib/glade3/modules add links for hal_pythonplugin.py hal_widgets.py and led.py +To install it system-wide you must link files from ./share/glade3/ +to /usr/share/glade3 system folder. -in usr/share/glade3/catalogs add link for hal_python.xml - -in usr/share/glade3/pixmaps/hicolor/22x22/actions add link for widget_hal_pythonplugin-hal_led.png - - -When using gladevcp widgets in python programs remember to import hal_pythonplugin +When using gladevcp widgets in python programs you need to import +gladevcp.makepins. |