Difference between revisions of "XDev Toolkit/ja"

From Free Pascal wiki
Jump to navigationJump to search
(英語版を翻訳(2011年11月3日付け))
 
(transfer from english page)
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
 
=== More Information ===
 
=== More Information ===
  
インストール方法やZIP 形式のソースファイルはXDev Toolkit のホームページで手に入れることができます。
+
An archived copy of the old homepage (dated 2010-09-24) can be found via [http://web.archive.org/web/20100924072014/http://web.me.com/macpgmr/XDev/XDevStatus.html The Wayback Machine]. It contains lots of useful information about the various units and tools included in this project.
 
 
  http://web.me.com/macpgmr/XDev/XDevStatus.html
 
  
 
=== ダウンロード ===
 
=== ダウンロード ===
Line 23: Line 21:
  
 
   svn co http://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/xdev_toolkit [local dir]
 
   svn co http://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/xdev_toolkit [local dir]
 +
 +
or browse the source code repository online:
 +
 +
  http://lazarus-ccr.svn.sourceforge.net/viewvc/lazarus-ccr/components/xdev_toolkit/
 +
 +
=== Packages ===
 +
 +
On Mac OS X, the toolkit is available as a fink package. Installation:
 +
 +
  fink install xdev-toolkit
  
 
=== License ===
 
=== License ===
  
 
Modified LGPL
 
Modified LGPL

Latest revision as of 09:04, 19 July 2012

macOSlogo.png

This article applies to macOS only.

See also: Multiplatform Programming Guide

English (en) 日本語 (ja) português (pt)

概要

XDev Toolkitとは、Lazarus や Free Pascal を使ってクロスプラットフォームで開発するためのユーティリティのセットのことです。 コンソールアプリやユニットのためのソースコードが含まれています。

  • MakePasX & DfmToLfm: Delphi のコンバータ
  • MakeVer: バージョン情報ファイルを作成する
  • CvtHelp & HelpUtil: WinHelp形式 や RTF形式のファイルを HTML に変換する
  • OS X scripts: bundle アプリの作成
  • RtfDoc & ViewDoc: RTF ドキュメントを作成、閲覧する

More Information

An archived copy of the old homepage (dated 2010-09-24) can be found via The Wayback Machine. It contains lots of useful information about the various units and tools included in this project.

ダウンロード

Subversion を用いたソースは以下よりダウンロードすることができます。

 svn co http://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/xdev_toolkit [local dir]

or browse the source code repository online:

 http://lazarus-ccr.svn.sourceforge.net/viewvc/lazarus-ccr/components/xdev_toolkit/

Packages

On Mac OS X, the toolkit is available as a fink package. Installation:

 fink install xdev-toolkit

License

Modified LGPL