Skip to content

Commit cd42915

Browse files
committed
Add build instructions
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
1 parent 6864a80 commit cd42915

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ Tools to load/edit/create/panelize/prerender sets of gerber files.
33

44
A recent build is available on http://blog.thisisnotrocketscience.nl/projects/pcb-panelizer/
55

6-
The .sln file (for VS2015 community edition) can be found in the GerberProjects folder.
7-
86
All tools are clean C# and will run fine under Mono.
97

108
Please see http://www.thisisnotrocketscience.nl for news/updates/blogs
119

1210
Follow us on twitter: @rocket_not
11+
12+
## Building
13+
### Visual Studio 2015 upwards
14+
Open the `GerberProjects/GerberProjects.sln` solution, convert it to your version of Visual Studio
15+
(if necessary), then build it. Dependencies should be fetched automatically via Nuget.
16+
17+
### Linux
18+
Run `./build.sh`. Dependencies should be automatically fetched.

0 commit comments

Comments
 (0)