This is the download and install documentation for HobECAD.
Here are the steps for downloading and installing HobECAD:
prompt$ uname -m i686
prompt$ cd somplace prompt$ mkdir hobecad
http://gramlich.net/projects/hobecad/hobecad.tar.gzand into the newly created
hobecad
directory.
prompt$ pwd .../hobecad prompt$ gunzip -c hobecad.tar.gz | tar xvf - All files listed as they come out here
prompt$ cd ~ prompt$ mkdir bin prompt$ cd bin prompt$ pwd .../bin
prompt$ ln -s .../hobecad/linux-x86/hobecadThe
.../hobecad
is the full path
to the hobecad directory that you created.
At the same time add a link to the gerber viewer
script:
prompt$ ln -s .../hobecad/gerber.tcl gerber
prompt$ echo $PATHFor most people this involves editing your
.bashrc
file and adding some lines
that look like:
PATH=".:$(HOME)/bin:/bin:/usr/bin:/usr/local/bin:..."If you use some other shell, you will have to figure it out on your own.
hobecad
and
gerber
are in your path.
prompt$ which hobecad ~/bin/hobecad prompt$ which gerber ~/bin/hobecadIf they are not in your path, go back to the previous instructions, figure what is wrong, and fix it.