We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6864a80 commit cd42915Copy full SHA for cd42915
1 file changed
README.md
@@ -3,10 +3,16 @@ Tools to load/edit/create/panelize/prerender sets of gerber files.
3
4
A recent build is available on http://blog.thisisnotrocketscience.nl/projects/pcb-panelizer/
5
6
-The .sln file (for VS2015 community edition) can be found in the GerberProjects folder.
7
-
8
All tools are clean C# and will run fine under Mono.
9
10
Please see http://www.thisisnotrocketscience.nl for news/updates/blogs
11
12
Follow us on twitter: @rocket_not
+
+## 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