android:dart

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
android:dart [2023/03/27 16:47] – [Dart 言語] ともやんandroid:dart [2023/03/29 07:32] (現在) – [システム要求] ともやん
行 7: 行 7:
 \\ \\
 \\ \\
-| {{:android:dash_the_mascot_of_the_dart_programming_language.png?100|}} | + {{:android:dash_the_mascot_of_the_dart_programming_language.png?100|}}  
-| Dart 言語がDashだった頃のマスコット?\\ Dash くん😅 |+| Dart 言語がDashだった頃の\\ マスコット? Dash くん😅 |
 </WRAP> </WRAP>
 </WRAP> </WRAP>
行 14: 行 14:
 [[https://commons.wikimedia.org/wiki/File:Dash,_the_mascot_of_the_Dart_programming_language.png|File:Dash, the mascot of the Dart programming language.png - Wikimedia Commons]]\\ [[https://commons.wikimedia.org/wiki/File:Dash,_the_mascot_of_the_Dart_programming_language.png|File:Dash, the mascot of the Dart programming language.png - Wikimedia Commons]]\\
  
-本家: [[https://dart.dev|Dart programming language - dart.dev]]\\ +本家: [[https://dart.dev|Dart programming language - dart.dev]] ([[https://dart-dev.translate.goog/?_x_tr_sl=en&_x_tr_tl=ja&_x_tr_hl=ja&_x_tr_pto=sc|翻訳]])\\ 
-ドキュメント: [[https://dart.dev/guides|Dart documentation - dart.dev]]\\ +ドキュメント: [[https://dart.dev/guides|Dart documentation - dart.dev]] ([[https://dart-dev.translate.goog/guides?_x_tr_sl=en&_x_tr_tl=ja&_x_tr_hl=ja&_x_tr_pto=sc|翻訳]])\\ 
-ソースコード: [[git>dart-lang/sdk/|dart-lang/sdk: The Dart SDK, including the VM, dart2js, core libraries, and more.]]\\+ソースコード: [[git>dart-lang/sdk/|dart-lang/sdk: The Dart SDK, including the VM, dart2js, core libraries, and more.]] ([[https://github-com.translate.goog/dart-lang?_x_tr_sl=en&_x_tr_tl=ja&_x_tr_hl=ja&_x_tr_pto=sc|翻訳]])\\
  
 **Dart** (ダートまたはダーツ。当初はDashと呼ばれていた) は、ウェブアプリやモバイルアプリのクライアント開発向けに設計されたプログラミング言語である。Googleによって開発された言語で、サーバーやデスクトップ向けアプリケーションの開発にも使用できる。\\ **Dart** (ダートまたはダーツ。当初はDashと呼ばれていた) は、ウェブアプリやモバイルアプリのクライアント開発向けに設計されたプログラミング言語である。Googleによって開発された言語で、サーバーやデスクトップ向けアプリケーションの開発にも使用できる。\\
行 25: 行 25:
 [[wwjp>Dart|Wikiwand - Dart]] より\\ [[wwjp>Dart|Wikiwand - Dart]] より\\
  
-===== システム要件 ===== +===== システム要求 (System requirements) ===== 
-公式: [[https://dart.dev/get-dart#system-requirements|Get the Dart SDK#System requirements - dart.dev]] より (2023/03/27 現在)\\+公式: [[https://dart.dev/get-dart#system-requirements|Get the Dart SDK#System requirements - dart.dev]] ([[https://dart-dev.translate.goog/get-dart?_x_tr_sl=en&_x_tr_tl=ja&_x_tr_hl=ja&_x_tr_pto=sc#system-requirements|翻訳]]) より (2023/03/27 現在)\\
  
 Dart SDK は、Windows、Linux、および macOS でサポートされています。\\ Dart SDK は、Windows、Linux、および macOS でサポートされています。\\
行 227: 行 227:
  
 === 64 ビット SDK をビルド === === 64 ビット SDK をビルド ===
 +公式: [[https://github.com/dart-lang/sdk/wiki/Building#building|Building#Building]]\\
 +
 +Release ビルド (通常使用するものはこちらです)\\
 <WRAP color_term> <WRAP color_term>
 <WRAP color_command><html><pre> <WRAP color_command><html><pre>
 <b class=GRN>$</b> <b class=HIY>cd</b> sdk <b class=GRN>$</b> <b class=HIY>cd</b> sdk
 <b class=GRN>$</b> <b class=HIY>./tools/build.py</b> <b class=HIK>--no-goma --mode</b> release <b class=HIK>--arch</b> x64 create_sdk <b class=GRN>$</b> <b class=HIY>./tools/build.py</b> <b class=HIK>--no-goma --mode</b> release <b class=HIK>--arch</b> x64 create_sdk
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +<b class=HIG>Done.</b> Made 340 targets from 91 files in 1632ms
 +buildtools/ninja/ninja -C out/ReleaseX64 create_sdk
 +ninja: Entering directory `out/ReleaseX64'
 +[3746/3746] STAMP obj/create_sdk.stamp
 +The build took 4908.952 seconds
 +</pre></html></WRAP>
 +</WRAP>
 +
 +Debug ビルド ()\\
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<b class=GRN>$</b> <b class=HIY>cd</b> sdk
 +<b class=GRN>$</b> <b class=HIY>./tools/build.py</b> <b class=HIK>--no-goma --mode</b> debug <b class=HIK>--arch</b> x64 create_sdk
 </pre></html></WRAP> </pre></html></WRAP>
 <WRAP color_result><html><pre> <WRAP color_result><html><pre>
  • android/dart.1679903275.txt.gz
  • 最終更新: 2023/03/27 16:47
  • by ともやん