Skip to content

Build instructions

Leonardo Marques edited this page Jun 28, 2018 · 2 revisions

Build instructions

Pcb2Photon is built using Swift (>=4.0) & SPM. This means that it is limited to the same platforms where one can build Swift (sorry windows users).

After correctly installing Swift and the Swift Package Manager. Download the project and on its directory level run the following command: swift build

This will build the project for you and create a command line executable.

Clone this wiki locally