Difference between revisions of "XDev Toolkit"

From Lazarus wiki
Jump to navigationJump to search
 
(16 intermediate revisions by 6 users not shown)
Line 12: Line 12:
  
 
=== More Information ===
 
=== More Information ===
 +
Documentation is in file [https://sourceforge.net/p/lazarus-ccr/svn/HEAD/tree/components/xdev_toolkit//XDevStatus.html XDevStatus.html] in the source.
  
Installation instructions and a .zip of the source files are available at the XDev Toolkit home page:
+
=== Download or browse the source code ===
  
  http://web.fastermac.net/~MacPgmr/XDev/XDevStatus.html
+
You can also download the source code using Subversion:
  
=== Download ===
+
  svn co https://svn.code.sf.net/p/lazarus-ccr/svn/components/xdev_toolkit [local dir]
  
You can also download the source using Subversion:
+
or browse the source code repository online:
  
   svn co http://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/xdev_toolkit [local dir]
+
   http://sourceforge.net/p/lazarus-ccr/svn/HEAD/tree/components/xdev_toolkit/
 +
 
 +
=== Packages ===
 +
 
 +
On Mac OS X, the toolkit is available as a fink package (but check that it's up-to-date). Installation:
 +
 
 +
  fink install xdev-toolkit
  
 
=== License ===
 
=== License ===
  
 
Modified LGPL
 
Modified LGPL

Latest revision as of 09:42, 2 March 2021

macOSlogo.png

This article applies to macOS only.

See also: Multiplatform Programming Guide

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

About

The XDev Toolkit is a set of utilities for cross-platform development with Lazarus and Free Pascal. Included is the source code for the following console apps and units:

  • MakePasX & DfmToLfm: Delphi converters
  • MakeVer: Create a version info file
  • CvtHelp & HelpUtil: Convert WinHelp RTF to HTML
  • OS X scripts: Create an app bundle
  • RtfDoc & ViewDoc: RTF document creation and viewing

More Information

Documentation is in file XDevStatus.html in the source.

Download or browse the source code

You can also download the source code using Subversion:

 svn co https://svn.code.sf.net/p/lazarus-ccr/svn/components/xdev_toolkit [local dir]

or browse the source code repository online:

 http://sourceforge.net/p/lazarus-ccr/svn/HEAD/tree/components/xdev_toolkit/

Packages

On Mac OS X, the toolkit is available as a fink package (but check that it's up-to-date). Installation:

 fink install xdev-toolkit

License

Modified LGPL