[Home]DeveloperTipsAndTricks

LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org

Difference (from prior major revision) (no other diffs)

Changed: 6,14c6

jeppler suggests.

Run the command ". scripts/emc-environment" from the root directory of your EMC2 install and a command like "man stepgen" on its own will work. This persists only as long as the terminal it was run in exists. You can see the effect of this if you enter "echo $MANPATH." If this command returns an empty string you will have to run the script command again.

1. cute trick to find out who is most to blame for a particular source file.



cvs annotate emc.in | awk '{print $2}' | sort | uniq -c | sort -n
(counts how many lines of the current revision were most recently touched by each author)
after ". scripts/emc-environment", man will find those pages

Contents

1. Adding EMC's Man pages to a run-in-place environment.

1. Adding EMC's Man pages to a run-in-place environment.

after ". scripts/emc-environment", man will find those pages

LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org
This page is read-only. Follow the BasicSteps to edit pages. | View other revisions
Last edited June 20, 2009 3:33 pm by JeffEpler (diff)
Search:
Published under a Creative Commons License