HOME
  Security
   Software
    Hardware
  
FPGA
  CPU
   Android
    Raspberry Pi
  
nLite
  Xcode
   etc.
    ALL
  
LINK
BACK
 

[UPDATE] 2024/01/11

Fritzing 1.0.2を合法的に無料でゲットする方法、Windows環境 VS2019でビルドする方法 Fritzing 1.0.2を合法的に無料でゲットする方法、Windows環境 VS2019でビルドする方法

(How to Build Fritzing 1.0.2 from Source code in Windows with Visual Studio 2019)

Tags: [Windows], [無人インストール]




●電子回路設計ソフトの Fritzingを Windows環境でビルドする方法

 2024/01/11 Fritzing 1.0.2を以下と同じ手順でビルドできます。

 Fritzing 1.0.2を Windows環境でビルドする方法。

 Fritzingをソースコードから自前で実行環境をビルドして、ダウンロード時の支払いを回避します。

 How to Build Fritzing 1.0.2 from Source code in Windows with Visual Studio 2019

Fritzing - Download
We are asking you to pay 8€ (around US$10) for downloading the application. This way we can ensure future releases, bugfixes and features.

アプリケーションのダウンロードには、8ユーロ(約US$10)の支払いをお願いしています。そうすることで、将来のリリース、バグフィックス、機能を確保することができます。

 今後のバージョンアップ等の為に支払いをしても良いのですが、ソースコードから自前でビルドする方法を紹介します。

 Fritzing自体は GNU GPL v3ライセンスのオープンソースのソフトで、GitHubに Fritzing公式のリポジトリ(ソースリストを公開している所)が有ります。

fritzing / fritzing-app

 そこにソース リスト一式が有るので自前でコンパイルして実行ファイル等々を作成します。

●電子回路設計ソフトの Fritzing 1.0.0を Windows環境でビルドする方法

 ビルドに必要なソフトとバージョン
Windows10 or 11Windows 11 Pro 22H2、Windows 10 Pro 22H2、Windows Sandboxで確認済み
Git client 2.42.0PortableGit-2.42.0.2-64-bit.7z.exe
Visual Studio Build Tools 2019 2019 version 16.11Communityや Professionalでも可、2022でも可
CMake3.20Visual Studio Build Tools 2019に同梱のもの
Boost C++ Libraries Version 1.81.0boost_1_81_0.zip
libgit2 v0.28.5libgit2-0.28.5.zip
Qt Open Source Qt6 Qt 6.5.3qt-unified-windows-x64-4.6.1-online.exe
* Tested
Windows 11 Pro 22H2 Real
Windows 11 Pro 22H2 Windows Sandbox
Windows 10 Pro 22H2 Windows Sandbox
7z2301-x64.exe
vs_BuildTools_2019.exe
qt-unified-windows-x64-4.6.1-online.exe

boost_1_81_0.zip
ngspice-40.tar.gz
ngspice-40_dll_64.7z
quazip-1.4.zip
svgpp-1.3.0.zip
zlib13.zip
https://github.com/fritzing/fritzing-app 6b14cfe on Jun 3
https://github.com/fritzing/fritzing-parts 1c7fb3e on Aug 28

・How to Build Fritzing 1.0.0 from Source code in Windows with Visual Studio 2019
How to Build Fritzing 1.0.0 from Source code in Windows with Visual Studio 2019


How to Build Fritzing 1.0.0 from Source code in Windows with Visual Studio 2019


How to Build Fritzing 1.0.0 from Source code in Windows with Visual Studio 2019




● Fritzing公式のビルド情報
Fritzing 1.0.0 released
Fritzing 1.0.0
* Maintenance
 Upgraded to Boost 1.81
 Upgraded to ngspice-40
 Upgraded to Qt 6.4.3
 Upgraded to C++17
* C17 標準のサポートには、Visual Studio 2019 バージョン 16.8 以降が必要
Visual Studio に C11 および C17 サポートをインストールする

● Fritzingの最近の更新状況
Fritzing 1.0.1 September 06 2023
Fritzing 1.0.0 June 15 2023
Fritzing 0.9.10 May 22 2022

● Fritzing公式のビルド手順

 情報として古いので現在はあまり役に立ちません。

Building Fritzing

1.2 Windows notes

Edit Wiki file “1.-Building-Fritzing.md”

● Fritzingの中の人は怠惰になりました

 本記事の様にソースリストからのビルドで「無料で「ゲッツ(σ・∀・)σ!!」を好ましく思わないのか、単にメンテナンスの余裕が無くなったのか、GitHubでのソースリストの管理が杜撰になりました。

Version 1.0.1: release source code and tag it #4070

Tag version 1.0.0 #4047

Tag/Relase for Version 0.9.2b #3069

Fritzing - develop
 developは 1.0.0相当っぽい。
  <key>CFBundleShortVersionString</key>
  <string>1.0.0</string>

Bumb version to 1.0.0

Fritzing - main
 mainは 0.9.10相当っぽい。
  <key>CFBundleShortVersionString</key>
  <string>0.9.10</string>


●電子回路設計ソフトの Fritzingを Windows環境でビルドする方法

 Command Promptで下記を実行します。

 下記の手間と 8ユーロを天秤に掛けてください。


●電子回路設計ソフトの Fritzingを Windows環境でビルドする方法

 下記を順番に行ないます。
 0) cmdでコマンドプロンプトを開く(黒い画面)

 1) 適当な作業ディレクトリを作成する
 2) Fritzingのビルドに必要なファイルをダウンロードする
 3) Qtをインストールする
 4) Visual Studio Build Tools 2019をインストールする(無料)
 5) ダウンロードしたファイルを解凍する
 6) Gitから Fritzingのビルドに必要なファイルをダウンロードする
 7) Fritzingのビルドに必要なライブラリをビルドする

 8) Fritzingのビルドに必要なライブラリを配置する
 9) Fritzingのソースリストを Git cloneでダウンロードする
 10) Fritzingのパーツを Git cloneでダウンロードする
 11) Fritzingのソースリストを修正する
 12) Fritzingの不足しているヘッダファイルを生成する

 13) Qt Creatorを起動して Fritzing projectを読み込む
 14) Fritzing projectの Build Stepsの argumentsに INCLUDEPATHを追加する
 15) Fritzingの実行ディレクトリにライブラリの DLLファイルをコピーする
 16) Fritzingの実行ディレクトリに Qt等の DLLファイルをコピーする
 17) Fritzingを初回実行で DBファイルを生成する
 18) Fritzingを通常起動する
 ↓
 (゚д゚)ウマー

 19) Fritzingの実行に不要なファイルを整理する
 20) Fritzingの実行ディレクトリを Zipで固める
 ↓
 (゚д゚)ウマー


● 1) 適当な作業ディレクトリを作成する
rem 01_Create_Build_directory.bat
echo %0
cd \
mkdir \00_fritzing
cd /d \00_fritzing

● 2) Fritzingのビルドに必要なファイルをダウンロードする
rem 02_Download_Requirement_Files.bat
echo %0
cd /d \00_fritzing

rem https://github.com/FREEWING-JP/CSharp_UnZip
rem C# UnZip .Net 4.5
bitsadmin /TRANSFER hoge https://github.com/FREEWING-JP/CSharp_UnZip/releases/download/v0.0/UnZip.exe %cd%\UnZip.exe

rem https://git-scm.com/download/win
rem Git - Downloading Package Download for Windows
bitsadmin /TRANSFER hoge https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.2/PortableGit-2.42.0.2-64-bit.7z.exe %cd%\PortableGit-2.42.0.2-64-bit.7z.exe

rem https://www.7-zip.org/
rem 7-Zip
bitsadmin /TRANSFER hoge https://www.7-zip.org/a/7z2301-x64.exe %cd%\7z2301-x64.exe

rem https://learn.microsoft.com/ja-jp/visualstudio/install/build-tools-container?view=vs-2019
rem Build Tools
rem Visual Studio Build Tools 2019
bitsadmin /TRANSFER hoge https://aka.ms/vs/16/release/vs_BuildTools.exe %cd%\vs_BuildTools_2019.exe

rem Visual Studio Build Tools 2022
rem bitsadmin /TRANSFER hoge https://aka.ms/vs/17/release/vs_BuildTools.exe %cd%\vs_BuildTools_2022.exe

rem https://www.qt.io/download-qt-installer-oss
rem Qt Qt6
bitsadmin /TRANSFER hoge https://d13lb3tujbc8s0.cloudfront.net/onlineinstallers/qt-unified-windows-x64-4.6.1-online.exe %cd%\qt-unified-windows-x64-4.6.1-online.exe

rem https://www.boost.org/users/history/version_1_81_0.html
rem Boost Version 1.81.0
rem December 14th, 2022 17:44 GMT
bitsadmin /TRANSFER hoge https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/boost_1_81_0.zip %cd%\boost_1_81_0.zip

rem https://www.zlib.net/
rem zlib Home Site
bitsadmin /TRANSFER hoge https://www.zlib.net/zlib13.zip %cd%\zlib13.zip

rem https://sourceforge.net/projects/ngspice/files/ng-spice-rework/40/
rem ngspice Files
bitsadmin /TRANSFER hoge https://jaist.dl.sourceforge.net/project/ngspice/ng-spice-rework/40/ngspice-40.tar.gz %cd%\ngspice-40.tar.gz

bitsadmin /TRANSFER hoge https://master.dl.sourceforge.net/project/ngspice/ng-spice-rework/40/ngspice-40_dll_64.7z %cd%\ngspice-40_dll_64.7z

● 3) Qt 6.5.3をインストールする

  Qtのアカウントが必要です
Qt Account
rem 06_Install_Qt_653.bat
echo %0
@echo off
cd /d \00_fritzing

echo Input Qt Account
set /p Qt_email=Qt Account your_email ?
set /p Qt_passw=Qt Account your_password ?

echo (Lesser) GNU General Public License v3 obligations:
echo [5525] Accept or Reject
echo Type Accept
Pause

qt-unified-windows-x64-4.6.1-online.exe --root C:\Qt ^
  --email %Qt_email% ^
  --pw    %Qt_passw% ^
  --accept-licenses ^
  --accept-messages ^
  --confirm-command ^
  install qt.qt6.653.win64_msvc2019_64 ^
  install qt.qt6.653.addons ^
  install qt.qt6.653.qt5compat ^
  install qt.tools.qtcreator_gui

 ライセンスに同意する場合は Agreeを入力する。
● Fritzingのビルドに必要な Qtでインストールするのは下記だけで大丈夫です
・Qt
 ・Qt 6.5.3
  ・MSVC 2019 64-bit
  ・Qt 5 Compatibility Module
  ・Additional Libraries
 ・Developer and Designer Tools
  ・Qt Creator 11.0.3
・Fritzingのビルドに必要な Qt 6をインストールする
Fritzingのビルドに必要な Qt 6をインストールする


Fritzingのビルドに必要な Qt 6をインストールする



● 4) Visual Studio Build Tools 2019をインストールする
rem 05_Install_Visual_Studio_Build_Tools_2019.bat
echo %0
@echo off
cd /d \00_fritzing

echo { > VSBT_VS2019.vsconfig
echo   "version": "1.0", >> VSBT_VS2019.vsconfig
echo   "components": [ >> VSBT_VS2019.vsconfig
echo     "Microsoft.VisualStudio.Component.Roslyn.Compiler", >> VSBT_VS2019.vsconfig
echo     "Microsoft.Component.MSBuild", >> VSBT_VS2019.vsconfig
echo     "Microsoft.VisualStudio.Component.CoreBuildTools", >> VSBT_VS2019.vsconfig
echo     "Microsoft.VisualStudio.Workload.MSBuildTools", >> VSBT_VS2019.vsconfig
echo     "Microsoft.VisualStudio.Component.Windows10SDK", >> VSBT_VS2019.vsconfig
echo     "Microsoft.VisualStudio.Component.VC.CoreBuildTools", >> VSBT_VS2019.vsconfig
echo     "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", >> VSBT_VS2019.vsconfig
echo     "Microsoft.VisualStudio.Component.VC.Redist.14.Latest", >> VSBT_VS2019.vsconfig
echo     "Microsoft.VisualStudio.Component.Windows10SDK.19041", >> VSBT_VS2019.vsconfig
echo     "Microsoft.VisualStudio.Component.VC.CMake.Project", >> VSBT_VS2019.vsconfig
echo     "Microsoft.VisualStudio.Component.TestTools.BuildTools", >> VSBT_VS2019.vsconfig
echo     "Microsoft.VisualStudio.Component.VC.ASAN", >> VSBT_VS2019.vsconfig
echo     "Microsoft.VisualStudio.Component.TextTemplating", >> VSBT_VS2019.vsconfig
echo     "Microsoft.VisualStudio.Component.VC.CoreIde", >> VSBT_VS2019.vsconfig
echo     "Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core", >> VSBT_VS2019.vsconfig
echo     "Microsoft.VisualStudio.Workload.VCTools" >> VSBT_VS2019.vsconfig
echo   ] >> VSBT_VS2019.vsconfig
echo } >> VSBT_VS2019.vsconfig

set VSDIR=%cd%
vs_BuildTools_2019.exe --config %VSDIR%\VSBT_VS2019.vsconfig ^
  --norestart --passive --wait
● Fritzingのビルドに必要な Visual Studioでインストールするのは下記だけで大丈夫です
・C++によるデスクトップ開発
・Fritzingのビルドに必要な Visual Studio Build Toolsをインストールする
Fritzingのビルドに必要な Visual Studio Build Toolsをインストールする



● 5) ダウンロードしたファイルを解凍する
rem 03_Extract_Requirement_Files.bat
cd /d \00_fritzing

UnZip.exe boost_1_81_0.zip .
UnZip.exe zlib13.zip .
tar -xf ngspice-40.tar.gz

7z2301-x64.exe /S /D=%cd%\7z
.\7z\7z x PortableGit-2.42.0.2-64-bit.7z.exe -o.\PortableGit
.\7z\7z x ngspice-40_dll_64.7z -o.\

● 6) Gitから Fritzingのビルドに必要なファイルをダウンロードする
rem 04_Download_from_Git.bat
echo %0
cd /d \00_fritzing

Path=%cd%\PortableGit\bin;%Path%

rem https://github.com/stachenov/quazip/releases
rem QuaZip v1.4
git clone https://github.com/stachenov/quazip -b v1.4 quazip-1.4

rem https://github.com/svgpp/svgpp/releases/tag/v1.3.0
rem SVG++ library 1.3.0
git clone https://github.com/svgpp/svgpp -b v1.3.0 svgpp-1.3.0

rem https://github.com/libgit2/libgit2/releases/tag/v0.28.5
rem libgit2 v0.28.5
git clone https://github.com/libgit2/libgit2 -b v0.28.5

● 7) Fritzingのビルドに必要なライブラリをビルドする
rem 07_Build_Library.bat
echo %0
cd /d \00_fritzing

Path=%cd%\PortableGit\bin;%Path%

rem Visual Studio 2019 Build Tools
"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\VsDevCmd.bat"

echo Build Boost
cd boost_1_81_0

rem Visual Studio 16 2019 BuildTools VS2019 14.2
bootstrap.bat vc142

echo %cd%
set BOOST_DIR=%cd%
set BUILD_JOBS=%NUMBER_OF_PROCESSORS%
rem Visual Studio 16 2019 BuildTools VS2019 14.2
set TOOL_SET=msvc-14.2

b2.exe toolset=%TOOL_SET% link=static runtime-link=static,shared --build-dir=build/x64 address-model=64 -j%BUILD_JOBS% install --includedir=%BOOST_DIR%\include --libdir=%BOOST_DIR%\stage\lib\x64
cd ..

echo Build libgit2
cd libgit2

rmdir /S /Q build64
mkdir build64
cd build64
cmake .. -G "Visual Studio 16 2019" -A x64 -DBUILD_CLAR=OFF
cmake --build . --config Release
cd ..
cd ..

echo Build zlib
cd zlib-1.3

rmdir /S /Q build64
mkdir build64
cd build64
cmake ..  -G "Visual Studio 16 2019" -A x64
msbuild /P:Configuration=Release  ALL_BUILD.vcxproj

cd ..

rem -- Renaming
rem --     C:/00_fritzing/zlib-1.3/zconf.h
rem -- to 'zconf.h.included' because this file is included with zlib
rem -- but CMake generates it automatically in the build directory.
copy zconf.h.included zconf.h

cd ..

echo Build quazip
cd quazip-1.4

dir ..\zlib-1.3\build64\Release\zlib.lib

set Qt6_DIR=C:\Qt\6.5.3\msvc2019_64
dir %Qt6_DIR%

rmdir /S /Q build64
mkdir build64
cmake -S . -B build64 ^
  -G "Visual Studio 16 2019" -A x64 ^
  -D QUAZIP_QT_MAJOR_VERSION=6 ^
  -D CMAKE_INSTALL_PREFIX=..\quazip_qt6 ^
  -D QUAZIP_USE_QT_ZLIB=OFF ^
  -D ZLIB_INCLUDE_DIR=..\zlib-1.3 ^
  -D ZLIB_LIBRARY=%cd%\..\zlib-1.3\build64\Release\zlib.lib

cmake --build build64 --config Release
cmake --build build64 --config Release --target install

cd ..

rem Project ERROR: quazip include path not found in C:/00_fritzing/quazip_qt6/include/quazip
dir .\quazip_qt6\include\QuaZip-Qt6-1.4\quazip
xcopy .\quazip_qt6\include\QuaZip-Qt6-1.4\quazip .\quazip_qt6\include\quazip\

rem Project ERROR: quazip library not found in C:/00_fritzing/quazip_qt6/build64/Release
dir .\quazip_qt6\bin
dir .\quazip_qt6\lib
xcopy .\quazip_qt6\bin .\quazip_qt6\build64\Release\
xcopy .\quazip_qt6\lib\*.lib .\quazip_qt6\build64\Release\
dir .\quazip_qt6\build64\Release\

● 8) Fritzingのビルドに必要なライブラリを配置する

● 9) Fritzingのソースリストを Git cloneでダウンロードする
rem 08_Download_Fritzing_Source_code.bat
echo %0
cd /d \00_fritzing

git clone https://github.com/fritzing/fritzing-app.git -b develop

cd fritzing-app
git rev-parse --git-dir

cd ..

● 10) Fritzingのパーツを Git cloneでダウンロードする
rem 09_Download_Fritzing_Parts_Library.bat
echo %0
cd /d \00_fritzing

mkdir release64
cd release64
git clone https://github.com/fritzing/fritzing-parts -b 1.0.1
cd ..

● 11) Fritzingのソースリストを修正する
 Fritzingチームのトラップでしょうか?
modelbase.cpp:857:7: No viable conversion from 'ParseResult' to 'bool'
qdom.h:281:18: explicit conversion function is not a candidate

modelbase.cpp

    QDomDocument oldDoc;
    bool ok = oldDoc.setContent(&newFzp);
を
    QDomDocument oldDoc;
    bool ok = oldDoc.setContent(&newFzp, nullptr);
に書き換える。

    QDomDocument oldDoc;
    bool ok = oldDoc.setContent(&newFzp).errorMessage.isEmpty();
に書き換えるでも可。
rem 10_Fix_Fritzing_Source_code.bat
echo %0
cd /d \00_fritzing

cd fritzing-app
cd .\src\model
powershell -Command "gc modelbase.cpp | % { $_ -creplace 'oldDoc.setContent(&newFzp);', 'oldDoc.setContent(&newFzp, nullptr);' } > modelbase.cpp_tmp"

del modelbase.cpp
ren modelbase.cpp_tmp modelbase.cpp

cd /d \00_fritzing

● 12) Fritzingの不足しているヘッダファイルを生成する
 Fritzingチームのトラップでしょうか?
Compiling error ui_fabuploaddialog.h
:-1: error: dependent 'ui_exportparametersdialog.h' does not exist.
:-1: error: dependent 'ui_fabuploaddialog.h' does not exist.

rem 11_Fix_Fritzing_Missing_Header_files.bat
echo %0
cd /d \00_fritzing

cd fritzing-app
C:\Qt\6.5.3\msvc2019_64\bin\qmake.exe -o Makefile phoenix.pro "QMAKE_TARGET.arch=x86_64"
C:\Qt\Tools\QtCreator\bin\jom\jom.exe -f Makefile.Debug compiler_uic_make_all
DIR ..\debug64\ui_*.h
xcopy ..\debug64\*.h ..\fritzing_h\
xcopy ..\fritzing_h\ ..\release64\

● 13) Qt Creatorを起動して Fritzing projectを読み込む

Qt Creator 11.0.3 (Community)
C:\00_fritzing\fritzing-app
phoenix.pro

・Qt Creatorを起動して Fritzing projectを読み込む
Qt Creatorを起動して Fritzing projectを読み込む



● Qtの Build Settingsの configを Release(リリース)に変更する

・Qtの Build Settingsの configを Release(リリース)に変更する
Qtの Build Settingsの configを Release(リリース)に変更する



● 14) Fritzing projectの Build Stepsの argumentsに INCLUDEPATHを追加する
 Fritzingチームのトラップでしょうか?
fritzing-app\src\simulation\ngspice_simulator.h:24: error: C1083: include ファイルを開けません。'ngspice/sharedspice.h':No such file or directory
#include <ngspice/sharedspice.h>

Build Steps - Additional arguments:
"INCLUDEPATH+=..\svgpp-1.3.0\include" "INCLUDEPATH+=..\ngspice-40\src\include"

・Fritzing projectの Build Stepsの argumentsに INCLUDEPATHを追加する
Fritzing projectの Build Stepsの argumentsに INCLUDEPATHを追加する


Fritzing projectの Build Stepsの argumentsに INCLUDEPATHを追加する



● 15) Fritzingの実行ディレクトリにライブラリの DLLファイルをコピーする
 DLLが無いので Fritzingの実行時にエラーになる
rem 12_Copy_Library_DLL_files.bat
echo %0
cd /d \00_fritzing

copy .\libgit2\build64\Release\git2.dll .\release64
copy .\zlib-1.3\build64\Release\zlib.dll .\release64
copy .\quazip_qt6\bin\quazip1-qt6.dll .\release64
copy C:\Qt\6.5.3\msvc2019_64\bin\Qt6Core5Compat.dll .\release64
・Fritzingの実行時に DLLファイルが無いと怒られる
Fritzingの実行時に DLLファイルが無いと怒られる


Fritzingの実行時に DLLファイルが無いと怒られる


Fritzingの実行時に DLLファイルが無いと怒られる


Fritzingの実行時に DLLファイルが無いと怒られる


Fritzingの実行時に DLLファイルが無いと怒られる



● 16) Fritzingの実行ディレクトリに Qt等の DLLファイルをコピーする
rem
echo %0
cd /d \00_fritzing
cd .\release64

C:\Qt\6.5.3\msvc2019_64\bin\windeployqt6.exe Fritzing.exe

● 17) Fritzingを初回実行で DBファイルを生成する
Run - Command line arguments:
-f "..\fritzing-app\" -parts "..\release64\fritzing-parts\" -db "..\release64\fritzing-parts\parts.db"
・Fritzingを初回実行で DBファイルを生成する
Fritzingを初回実行で DBファイルを生成する


Fritzingを初回実行で DBファイルを生成する



● 18) Fritzingを通常起動する
Run - Command line arguments:
-f "..\fritzing-app\" -parts "..\release64\fritzing-parts\"
・Fritzingを通常起動する
Fritzingを通常起動する




●半自動 Fritzing 1.0.2 ビルドスクリプト Windows Sandboxにも対応

 2024/01/11 Fritzing 1.0.2をビルドできます。

 Semi-Automatic Build Fritzing 1.0.2 script for Windows and Windows Sandbox

 ざっくりで 1時間程度で Fritzing一式をビルドできます。

 裏設定で{全自動}に成ります(笑)
 (バッチファイルの中身を見ればわかります)

Build-Fritzing-1.0.0-Windows-script

bitsadmin /TRANSFER hoge https://raw.githubusercontent.com/FREEWING-JP/Build-Fritzing-1.0.0-Windows-script/main/00_Download_Script.bat %cd%\00_Download_Script.bat

00_Download_Script.bat

00_Execute_Script.bat

C# UnZip .Net 4.5

C# DownloadFile from URL

Fritzing 1.0.2を無料でゲットする方法【音声無し、BGM無し】




● Windows 11で Windows Sandboxを有効にする方法

 PowerShellを管理者権限で開き、下記を実行する。Windowsを再起動後に Windows Sandboxが有効になる。
Enable-WindowsOptionalFeature -FeatureName "Containers-DisposableClientVM" -All -Online



Tags: [Windows], [無人インストール]

●関連するコンテンツ(この記事を読んだ人は、次の記事も読んでいます)

電子回路設計ソフトの Fritzingを無料でダウンロードして使用する方法
電子回路設計ソフトの Fritzingを無料でダウンロードして使用する方法

  Fritzingのダウンロードが有料になったので、GitHubから無料でダウンロードする方法

無料で使える電子回路設計ソフトの Fritzingをラズパイで動かす方法
無料で使える電子回路設計ソフトの Fritzingをラズパイで動かす方法

  Fritzingをラズパイにインストールして使う方法

電子回路設計ソフトの Fritzingを Windows環境でビルドする方法
電子回路設計ソフトの Fritzingを Windows環境でビルドする方法

  How to Build Fritzing from Source code in Windows with Visual Studio 2017

電子回路設計ソフトの Fritzingをラズパイ環境でビルドする方法
電子回路設計ソフトの Fritzingをラズパイ環境でビルドする方法

  How to Build Fritzing from Source code in Raspberry Pi OS

電子回路設計ソフトの Fritzingで任意の画像をブレッドボード画面に埋め込む方法
電子回路設計ソフトの Fritzingで任意の画像をブレッドボード画面に埋め込む方法

  How to import any image on the breadboard with Fritzing electronic circuit design software




[HOME] | [BACK]
リンクフリー(連絡不要、ただしトップページ以外は Web構成の変更で移動する場合があります)
Copyright (c) 2023 FREE WING,Y.Sakamoto
Powered by 猫屋敷工房 & HTML Generator

http://www.neko.ne.jp/~freewing/software/build_fritzing_100_windows/