最終更新:2014-05-05 (月) 14:36:40 (3971d)
Lazarus
Top / Lazarus
クロスプラットフォームのPascal向けビジュアルプログラミング環境
http://www.lazarus.freepascal.org/
概要
- オープンソースの開発環境であり、予約語を強調できるコードエディタ、グラフィカルユーザーインターフェイス(GUI)デザイナと Free Pascal コンパイラを合わせた統合開発環境(IDE)
- Delphi の Visual Component Library(VCL) と高い互換性を持つ Lazarus Component Library(LCL?) が含まれる
ドキュメント
インストール
Mac OS X
- You need to download and install all three packages fpc, fpc-src? and lazarus?.
- Command Line Tools for Xcodeが必要
- fpc - the Compiler, some command line tools, base units and non visual components like database access
- fpc-src? - the sources of fpc and its packages, needed for code browsing
- lazarus? - the IDE, visual components and help files
Since OS X Mavericks 10.9, Xcode 5 no longer installs gdb by default and not globally.
- homebrew-dupesからGDBいれて、キーチェーンアクセス?でGDBを署名する。
http://wiki.lazarus.freepascal.org/GDB_on_OS_X_Mavericks_and_Xcode_5