Skip to content

Instantly share code, notes, and snippets.

@niclashoyer
Created December 5, 2015 11:11
Show Gist options
  • Select an option

  • Save niclashoyer/835a958a71bced10dca3 to your computer and use it in GitHub Desktop.

Select an option

Save niclashoyer/835a958a71bced10dca3 to your computer and use it in GitHub Desktop.

Revisions

  1. niclashoyer created this gist Dec 5, 2015.
    19 changes: 19 additions & 0 deletions fritzing-fedora.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@

    # Dependencies

    ```bash
    sudo dnf install git qt5-qtbase-devel qt5-qtsvg-devel qt5-qtserialport-devel
    ```

    # Building

    ```bash
    qmake-qt5
    make
    ```

    # Running

    ```bash
    ./Fritzing -f parts/bins/
    ```