Skip to content

Commit

Permalink
add a link to insolante in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jacen92 committed Jun 6, 2021
1 parent 1a2a365 commit 2f226e6
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This development version of pcb2gcode does not get into repositories of distros.
make
su -c 'make install'
```

* done.

#### Debian, Ubuntu:
Expand Down Expand Up @@ -172,17 +172,24 @@ You can find all the DLLs in <msys2 installation folder>/mingw32/bin; copy
You can build the latest pcb2gcode version with [Homebrew](http://brew.sh). If Homebrew is not installed yet, install it with the following command:

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

You might need some build tools that typically are not present:

$ brew install autoconf automake libtool

Then you can download and build the git version with

$ brew install --HEAD pcb2gcode

or (if pcb2gcode is already installed)

$ brew upgrade --HEAD pcb2gcode

For further details, see INSTALL.

#### An other docker way: Insolante
You can use the insolante docker image to use this tool throught a web interface.
This project is under active development and need your feedback but give it a try and let us know.

You can find it in [dockerhub](https://hub.docker.com/r/ngargaud/insolante) for arm and x64 architecture.
The current embedded version of pcb2gcode is 2.1.0.

0 comments on commit 2f226e6

Please sign in to comment.