On Tuesday, June 15, 2010 04:07:49 am Viesturs Lācis wrote:
> Hello!
> 
> I see exe and zip files available for download from the provided link
> http://code.google.com/p/dxf2gcode/
> These are files for windows.
> 
> So that is why I wanted to ask - how do You install on Linux?
> 
> with best regards,
> 
> Viesturs
If you want a short cut to running the program create a file called d2g with 
the following contents (changing the second line to reflect where you have 
placed the dxf2gcode program files)

#!/bin/bash
cd /your/path/to/dxf2gcode
./dxf2gcode_b02.py 2>/dev/null &

Copy the file (d2g)  to the /usr/local/bin directory and make it executable

sudo cp d2g /usr/local/bin/
sudo chmod 775 /usr/local/bin/d2g

Now you can execute the program from anywhere by typing d2g

Cheers,

Mark

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to