Third Party Tools/ja: Difference between revisions

From FreeCAD Documentation
(Created page with "=== Windowsのツール ===")
(Created page with "==== Visual Studio 8 Express ==== VC8はVisualStudio6(IMOの大きなステップバック)から、一歩も前進していないC++開発環境ですが、Windows上で無...")
Line 29: Line 29:


==== Visual Studio 8 Express ====
==== Visual Studio 8 Express ====
VC8はVisualStudio6(IMOの大きなステップバック)から、一歩も前進していないC++開発環境ですが、Windows上で無料の開発ツールです。ネイティブのWin32アプリケーションのために、PlatformSDKをMSからダウンロードする必要があります。
Although VC8 is for C++ development not really a step forward since VisualStudio 6 (IMO a big step back), its a free development system on Windows. For native Win32 applications you need to download the PlatformSDK from M$.

なので、エクスプレス版は、見つけるのは難しいです。しかし、[http://msdn.microsoft.com/vstudio/express/visualc/default.aspxこのリンク]を試してみてください


So the Express edition is hard to find. But you might try [http://msdn.microsoft.com/vstudio/express/visualc/default.aspx this link]
So the Express edition is hard to find. But you might try [http://msdn.microsoft.com/vstudio/express/visualc/default.aspx this link]

Revision as of 12:46, 25 January 2019

トップページ

すべての厳格なソフトウェア開発のためには、ツールが必要です。以下は、FreeCADの開発に使用するツールのリストです。

プラットフォーム非依存のツール

Qt-Toolkit

Qtツールキットは、芸術、プラットフォーム非依存のユーザーインターフェイスデザインツールです。それはLibPackのFreeCADの中に含まれていますが、www.trolltech.comでもダウンロードすることができます。

InkScape

偉大なベクトル描画のプログラムです。 SVG標準のAdhersは、アイコンと画像を描画するために使用されています。 www.inkscape.orgでそれを入手してください。

Doxygen

cppファイルと.hからソースドキュメントとを生成するために、非常に良好で、安定したツールです。

The Gimp

GNU画像処理プログラムについて言うことはあまりありません。さらに、QTのプログラムでアイコンを取り扱うのに便利な.xpmファイルを扱うことができます。 基本的に、XPMはプログラムにコンパイルすることができるCのコードです。

ここからGIMPを取得できます: www.gimp.org

Get the GIMP here: www.gimp.org

Gitkraken

This is a proprietary git GUI that is very helpful to learn how git works if you're interested in wanting to contribute to FreeCAD. Relevant pages to research:

Windowsのツール

Visual Studio 8 Express

VC8はVisualStudio6(IMOの大きなステップバック)から、一歩も前進していないC++開発環境ですが、Windows上で無料の開発ツールです。ネイティブのWin32アプリケーションのために、PlatformSDKをMSからダウンロードする必要があります。

なので、エクスプレス版は、見つけるのは難しいです。しかし、[1]を試してみてください

So the Express edition is hard to find. But you might try this link

CamStudio

Is a Open Source tool to record Screencasts (Webcasts). Its a very good tool to create tutorials by recording them. Its far not so boring as writing documentation.

See camstudio.org for details.

StarUML

A full featured Open Source UML programm. It has a lot of features of the big ones, including reverse engeniering C++ source code....

Download here: staruml.sourceforge.net


Tools on Linux

TODO

Third Party Libraries
Start up and Configuration