Commit graph

5 commits

Author SHA1 Message Date
Dewey Garrett
14e669e395 linuxcnc.in: export LINUXCNC_NCFILES_DIR
also for rip-environment.in

Provide an environmental variable for guis so that expected
gcode libraries can be found without in-gui methods.

Note, the naming legacy is very different for RIP and DEB

DEB: /usr/share/linuxcnc/ncfiles/
RIP          the_git_top/nc_files/
                         ^^^^^^^^

Signed-off-by: Dewey Garrett <dgarrett@panix.com>
2015-11-02 13:19:20 -07:00
Dewey Garrett
3647ab4dd8 rip-environment.in
linuxcnc.in was updated to remove EMC2VERSION and add LINUXCNCVERSION

and rip-environment.in needs to have LINUXCNCVERSION for scripts
that might test for it (to help determine rip or deb for instance)

note: retaining EMC2VERSION here to ensure compatibilty with any
      forlorn apps that might use it.

Signed-off-by: Dewey Garrett <dgarrett@panix.com>
2015-11-01 21:13:23 -07:00
Jeff Epler
10a19d1e72 rip-environment: allow it to execute programs
so that if you don't want to pollute your shell environment, or so
that you can run from a .desktop file,
    scripts/rip-environment linuxcnc ...
    scripts/rip-environment halrun ...

Signed-off-by: Jeff Epler <jepler@unpythonic.net>
2014-10-10 11:58:46 -05:00
Jeff Epler
c70673eda0 refer to LINUXCNC_EMCSH 2012-01-21 10:13:36 -06:00
Jeff Epler
51fc09fd2d Rename many user visible parts to "linuxcnc"
this includes the main script, some of the GUIs, the Python module,
the Tcl package, some image fies.

On a sim system, axis, tkemc, xemc all start.  runtests pass.

a system with realtime wasn't yet tested.

packaging probably requires additional changes and was not yet tested.
2012-01-18 11:25:09 -06:00
Renamed from scripts/emc-environment.in (Browse further)