Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Mikoian authored and KjellMorgenstern committed Jul 13, 2019
1 parent 25efbb4 commit d5cff31
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ Please provide steps, what operating system you are on, including the version. A

* If you would like to help with the development, please take a look at the [developer instructions](https://github.com/fritzing/fritzing-app/wiki). This includes information about how to compile and run the Fritzing app in a few steps.

## Folder Structure

* **bins** - Part bins (.fzb, aka part libraries) are collections of parts, most importantly the "core" parts bin, and vendor-specific collections.
## Project Structure

* **help** - End-user documentation included with the app. This should really be moved back to the website.

* **parts** - All the part definitions, including meta data (.fzp) and graphics (.svg), as well as some utility tools. They are kept in a separate repository at [https://github.com/fritzing/fritzing-parts](http://github.com/fritzing/fritzing-parts) and only linked from here.

* **pri** - Submodule definitions for Qt

* **config.tests** - Files needed by Qt to determine if the boost is installed. See README there.

* **resources** - Binaries and definitions that are supposed to not be touched by users, such as fonts, images, special parts, etc.

* **sketches** - Example circuits/sketches shipped with the application
Expand All @@ -38,6 +38,8 @@ Please provide steps, what operating system you are on, including the version. A

The Fritzing app is maintained by the Friends-of-Fritzing e.V., a non-profit foundation based in Berlin, Germany. The project has grown out of a state-funded research project at the [Interaction Design Lab](http://idl.fh-potsdam.de) at [Potsdam University of Applied Sciences](http://fh-potsdam.de).

Currently [Open Collective page](https://opencollective.com/fritzing) is available for those willing to support development of the project.

The core team consists of Prof. Reto Wettach, André Knörig, Jonathan Cohen, and Stefan Hermann. Many [fantastic people](http://fritzing.org/about/people/) have contributed to it over the years.

The Fritzing app is written on top of the [Qt cross-platform framework](http://qt-project.org).
Expand Down

0 comments on commit d5cff31

Please sign in to comment.