windows:kicad

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
windows:kicad [2020/08/12 06:16] – ↷ hardware:electronic_design_automation:kicad から windows:kicad へページを移動しました。 ともやんwindows:kicad [2023/05/17 17:30] (現在) ともやん
行 1: 行 1:
-<html> +====== KiCad (Windows) ======
-  <style> +
-    #result pre, #mincode pre { +
-      overflow: hidden; +
-      font-size: 10px; +
-    } +
-    #result_long pre, #mincode_long pre  { +
-      height: 250px; +
-      overflow: scroll; +
-      overflow-x: hidden; +
-      font-size: 10px; +
-    } +
-    #mintbl table { +
-      font-size: 12px; +
-    } +
-    .dokuwiki .plugin_wrap table { +
-      width: auto; +
-    } +
-    #logo { +
-      background-color: white; +
-      padding: 10px; +
-      width: fit-content; +
-    } +
-    #logo p { +
-      margin: 0; +
-    } +
-  </style> +
-</html> +
-====== KiCad ======+
 <WRAP #logo> <WRAP #logo>
-{{:windows:kicad_logo_new.png?270|KiCad Logo}}+{{windows:kicad_logo_new.png?270|KiCad Logo}}
 </WRAP> </WRAP>
 本家: [[https://kicad-pcb.org/|KiCad EDA - Schematic Capture & PCB Design Software]]\\ 本家: [[https://kicad-pcb.org/|KiCad EDA - Schematic Capture & PCB Design Software]]\\
行 37: 行 9:
  
 KiCadは、Jean-Pierre Charrasにより開発され、回路図エディタとPCB配置設計のための統合環境を特徴としている。ツールには部品表の作成、アートワーク、ガーバー、PCBとコンポーネントの3D表示のパッケージが含まれている。\\ KiCadは、Jean-Pierre Charrasにより開発され、回路図エディタとPCB配置設計のための統合環境を特徴としている。ツールには部品表の作成、アートワーク、ガーバー、PCBとコンポーネントの3D表示のパッケージが含まれている。\\
-[[wpjp>KiCad|KiCad - Wikipedia]] より\\ +[[wwjp>KiCad|KiCad - Wikiwand]] より\\ 
 +\\
 {{:windows:kicad_demo_001.png?800|KiCad Demo 001}}\\ {{:windows:kicad_demo_001.png?800|KiCad Demo 001}}\\
 +\\
 +[[linux:kicad|KiCad]] (Linux)\\
  
 ===== インストール ===== ===== インストール =====
 [[windows:scoop|Scoop]] によるインストール\\ [[windows:scoop|Scoop]] によるインストール\\
 **extras バケットの追加**\\ **extras バケットの追加**\\
-<code powershell+<WRAP color_term
-PS > scoop bucket add extras +<WRAP color_command><html><pre> 
-</code> +<b class=GRN>$</b> <b class=HIY>scoop</b> bucket add extras 
-<WRAP prewrap 100% #result+</pre></html></WRAP> 
-<code>+<WRAP color_result><html><pre>
 Checking repo... ok Checking repo... ok
 The extras bucket was added successfully. The extras bucket was added successfully.
-</code>+</pre></html></WRAP>
 </WRAP> </WRAP>
  
 **kicad のインストール**\\ **kicad のインストール**\\
-<code powershell+<WRAP color_term
-$ scoop install kicad +<WRAP color_command><html><pre> 
-</code>+<b class=GRN>$</b> <b class=HIY>scoop</b> install kicad 
 +</pre></html></WRAP> 
 +</WRAP>
 容量が 1.2 GB 😅💦\\ 容量が 1.2 GB 😅💦\\
-<WRAP prewrap 100% #result+<WRAP color_term
-<code+<WRAP color_result><html><pre
-Installing 'kicad' (5.1.6_1) [64bit] +Installing 'kicad' (5.1.7_1) [64bit] 
-kicad-5.1.6_1-x86_64.exe (1.2 GB) [===========================================================================] 100% +kicad-5.1.7_1-x86_64.exe (1.2 GB) [===========================================================================] 100% 
-Checking hash of kicad-5.1.6_1-x86_64.exe ... ok. +Checking hash of <b class=CYN>kicad-5.1.7_1-x86_64.exe</b> ... <b class=GRN>ok.</b> 
-Extracting dl.7z ... done.+Extracting <b class=CYN>dl.7z</b> ... <b class=GRN>done.</b>
 Running pre-install script... Running pre-install script...
-Linking ~\scoop\apps\kicad\current => ~\scoop\apps\kicad\5.1.6_1+Linking ~\scoop\apps\kicad\current => ~\scoop\apps\kicad\5.1.7_1
 Creating shim for 'kicad'. Creating shim for 'kicad'.
 Creating shortcut for KiCad (kicad.exe) Creating shortcut for KiCad (kicad.exe)
-'kicad' (5.1.6_1) was installed successfully! +<b class=GRN>'kicad' (5.1.7_1) was installed successfully!</b> 
-</code>+</pre></html></WRAP>
 </WRAP> </WRAP>
 +
 +===== 回路シミュレータ =====
 +[[https://ngspice.sourceforge.io|ngspice - open source spice simulator]] をインストールする。\\
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<b class=GRN>$</b> <b class=HIY>scoop</b> install ngspice
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +Installing 'ngspice' (37) [64bit]
 +ngspice-37_64.zip (9.4 MB) [==================================================================================] 100%
 +Checking hash of <b class=CYN>ngspice-37_64.zip</b> ... <b class=GRN>ok.</b>
 +Extracting <b class=CYN>ngspice-37_64.zip</b> ... <b class=GRN>done.</b>
 +Linking ~\scoop\apps\ngspice\current => ~\scoop\apps\ngspice\37
 +Creating shim for 'ngspice_con'.
 +Creating shim for 'ngspice'.
 +Creating shortcut for Ngspice (ngspice.exe)
 +<b class=GRN>'ngspice' (37) was installed successfully!</b>
 +</pre></html></WRAP>
 +</WRAP>
 +
 +===== トラブルシューティング =====
 +
 +==== システムエラー🤤 MSVCP140.dll が見つからないと言われる場合 ====
 +<WRAP prewrap 100% mincode><code>
 +システムエラー
 +
 +MSVCP140.dll が見つからないため、コードの実行を続行できません。
 +プログラムを再インストールすると、この問題が解決する可能性があります。
 +</code></WRAP>
 +{{:windows:kicad_vcruntime_errror_001.png?413|KiCad VC Runtime Error 001}}\\
 +
 +VCバージョンに応じた再配布パッケージを検索する。\\
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<b class=GRN>$</b> <b class=HIY>scoop</b> search vcredist
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +'extras' bucket:
 +    vcredist (14.31.30919.0)
 +    vcredist2005 (8.0.61001)
 +    vcredist2008 (9.0.30729.6161)
 +    vcredist2010 (10.0.40219.473)
 +    vcredist2012 (11.0.61030)
 +    vcredist2013 (12.0.40664)
 +    vcredist2015 (14.0.24215.1)
 +    vcredist2017 (14.16.27027.1)
 +    vcredist2019 (14.28.29914.0)
 +    vcredist2022 (14.31.30919.0)
 +</pre></html></WRAP>
 +</WRAP>
 +
 +今回の場合は **MSVCP140** なので **vcredist2015** をインストールする。\\
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<b class=GRN>$</b> <b class=HIY>scoop</b> install vcredist2015
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +Installing 'vcredist2015' (14.0.24215.1) [64bit]
 +vc_redist.x64.exe (14.6 MB) [=================================================================================] 100%
 +Checking hash of <b class=CYN>vc_redist.x64.exe</b> ... <b class=GRN>ok.</b>
 +vc_redist.x86.exe (13.8 MB) [=================================================================================] 100%
 +Checking hash of <b class=CYN>vc_redist.x86.exe</b> ... <b class=GRN>ok.</b>
 +Linking ~\scoop\apps\vcredist2015\current => ~\scoop\apps\vcredist2015\14.0.24215.1
 +Running post-install script...
 +<b class=GRN>'vcredist2015' (14.0.24215.1) was installed successfully!</b>
 +Notes
 +-----
 +You can now remove this installer with 'scoop uninstall vcredist2015'
 +</pre></html></WRAP>
 +</WRAP>
 +
 +システムにMSVCランタイムがインストールされた後は、ランタイムのインストーラだけ削除することができる。\\
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<b class=GRN>$</b> <b class=HIY>scoop</b> uninstall vcredist2015
 +Uninstalling 'vcredist2015' (14.0.24215.1).
 +Unlinking ~\scoop\apps\vcredist2015\current
 +<b class=GRN>'vcredist2015' was uninstalled.</b>
 +</pre></html></WRAP>
 +</WRAP>
 +
 +===== 参考文献 =====
 +[[https://www.kicad.xyz/|KiCADで基板設計入門|初心者でもわかりやすく解説]]\\
  
  • windows/kicad.1597180575.txt.gz
  • 最終更新: 2020/08/12 06:16
  • by ともやん