forked from fritzing/fritzing-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
87 changed files
with
4,581 additions
and
2,723 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Installing Fritzing | ||
|
||
Please make sure your system satisfies one of these requirements: | ||
Windows 10 | ||
Windows 7 was reported to work, too | ||
Mac - OSX 10.14 and up, though 10.13 might work too. MacOS 10.15 is currently untested. | ||
Linux - a fairly recent linux distro with libc >= 2.6 | ||
|
||
Start downloading the Fritzing package that's right for you. | ||
Unzip your Fritzing folder somewhere convenient on your hard drive. | ||
This may also be a good time for you to create a shortcut to the Fritzing application. | ||
A free unzipping program can be found here, should you need it. | ||
|
||
## Notes on Windows | ||
|
||
Unzipping Fritzing might be very slower than the download itself. We recommend | ||
using 7zip | ||
|
||
To start Fritzing on Windows: double-click fritzing.exe | ||
|
||
## Notes on Linux | ||
To start Fritzing double-click Fritzing, or try ./Fritzing in your shell window | ||
|
||
Fritzing uses the Qt5 libraries. On Ubuntu, they can be installed like this: | ||
|
||
"sudo apt install libqt5xml5 libqt5sql5 libqt5serialport5" | ||
|
||
|
||
## Notes on macOS | ||
To start Fritzing on macOS double-click the Fritzing application | ||
|
||
Recent versions of macOS do not allow "unverified" software to be launched directly. In order to run Fritzing, you will need to either: | ||
|
||
1a. right-click the Fritzing icon and select "Open" | ||
2a. in the warning dialog, click "Open" | ||
or, to get rid of the warning permanently: | ||
1b. go to the System Preferences | ||
2b. open the Security & Privacy page | ||
3b. unlock it by clicking the lock in the lower left corner | ||
4b. set it to allow app downloads from anywhere |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.