Lazaurs编辑器是很强大的,支持代码补全,自动完成,模板编辑,多行缩进注释,选定代码后批量更改里面的单词!

Lazarus 支持多种操作系统,Windows,以及几种 Linux 发行版,当然包括Ubuntu 15.10,Mac OS X。各个Linux发行版安装Lazarus都很方便。

用Lazarus 编写IDE时会用到synedit 标签中的控件来高亮显示,是delphi的开源替代品.freepascal://wiki.lazarus。支持 FreeBSD.freepascal,另外可以下载lazarus 的源代码来学习,利用 Lazarus 创建的应用程序,也能被容易地移植到多种操作系统上,特别是图形界面应用程序。Lazarus 与 Delphi 高度兼容Lazarus 是基于 Free Pascal 的 Object Pascal 语言集成开发环境(IDE)。

下面我们来看看在Ubuntu 15.10下怎样安装最新的Lazarus IDE 1.6。

本文环境是32位Ubuntu 15.10,所以下载的是32位的Lazarus IDE 1.6。

开始安装lazarus_1.6-0_i386.deb:

linuxidc@linuxidc:~/下载$ sudo gdebi lazarus_1.6-0_i386.deb

[sudo] linuxidc 的密码:

Reading package lists... Done

Building dependency tree

Reading state information... Done

Reading state information... Done

提示:

此软件包不可安装

Dependency is not satisfiable: fpc (>= 3.0.0)|fp-compiler (>= 3.0.0)

--------------------------------------------------------------------------------------

先安装fpc_3.0.0-151205_i386.deb:

linuxidc@linuxidc:~/下载$ sudo gdebi fpc_3.0.0-151205_i386.deb

Reading package lists... Done

Building dependency tree

Reading state information... Done

Reading state information... Done

Free Pascal Compiler

Freepascal is a free 32/64bit Pascal Compiler. It comes with a

run-time library fully compatible with Turbo Pascal 7.0 and nearly

Delphi compatible. Some extensions are added to the language, like

function overloading. Shared libraries can be linked. This package

contains commandline compiler and utils. Provided units are the

runtime library (RTL), free component library (FCL) and bindings

for among others gtk1, gtk2, ncurses, zlib, mysql, postgres and

ibase.

您是否想安装这个软件包?[y/N]:

--------------------------------------------------------------------------------------

接着安装fpc-src_3.0.0-151205_i386.deb:

linuxidc@linuxidc:~/下载$ sudo gdebi fpc-src_3.0.0-151205_i386.deb

Reading package lists... Done

Building dependency tree

Reading state information... Done

Reading state information... Done

Free Pascal Sources

The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible

32/64bit Object Pascal Compiler. It comes with fully TP 7.0

compatible run-time library.

Some extensions are added to the language, like function overloading. Shared

libraries can be linked and created. Basic Delphi support is already

implemented (classes,exceptions,ansistrings). This package contains the

sources for the compiler, the rtl, fcl and packages.

您是否想安装这个软件包?[y/N]:

--------------------------------------------------------------------------------------

下面开始Lazarus IDE 1.6的正式安装:

linuxidc@linuxidc:~/下载$ sudo gdebi lazarus_1.6-0_i386.deb

Reading package lists... Done

Building dependency tree

Reading state information... Done

Reading state information... Done

需要安装以下软件包: debhelper gir1.2-gtk-2.0 gtk2-engines-pixbuf libatk1.0-dev libcairo-script-interpreter2 libcairo2-dev libexpat1-dev libfontconfig1-dev libfreetype6-dev libgail-common libgail18 libgdk-pixbuf2.0-dev libglib2.0-dev libgtk2.0-0 libgtk2.0-bin libgtk2.0-dev libharfbuzz-dev libharfbuzz-gobject0 libice-dev libmail-sendmail-perl libpango1.0-dev libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev libpng12-0 libpng12-dev libpthread-stubs0-dev libsm-dev libsys-hostname-long-perl libx11-dev libx11-doc libxau-dev libxcb-render0-dev libxcb-shm0-dev libxcb1-dev libxcomposite-dev libxcursor-dev libxdamage-dev libxdmcp-dev libxext-dev libxfixes-dev libxft-dev libxi-dev libxinerama-dev libxrandr-dev libxrender-dev po-debconf x11proto-composite-dev x11proto-core-dev x11proto-damage-dev x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev x11proto-randr-dev x11proto-render-dev x11proto-xext-dev x11proto-xinerama-dev xorg-sgml-doctools xtrans-dev zlib1g-dev

RAD tool for freepascal

Lazarus is a free and opensource IDE and RAD tool for Free Pascal using the

Lazarus component library LCL. The LCL is included in this package too.

See http://www.lazarus.freepascal.org

您是否想安装这个软件包?[y/N]:

打开看看:

Lazarus IDE 的详细介绍:请点这里

Lazarus IDE 的下载地址:请点这里

lazarus 编译linux,Ubuntu 15.10下安装Lazarus IDE 1.6相关推荐

  1. Ubuntu 15.10下安装broadcom无线网卡驱动

    更新:我在这篇文章中加入了离线安装网卡驱动的方法. 众所周知,NOI竞赛使用的是noi linux系统,为了提前适应比赛环境,我选择了安装ubuntu 15.10(安装最新版是为了能在生活学习中更多的 ...

  2. linux编码安装mysql_在Ubuntu 15.10下安装mysql设置数据库编码

    在从windows 10 的开发环境换到Ubuntu 15.10 后,发现原来的项目竟然不能正常地对数据库进行初始化,后来在控制台查看后,发现是数据库编码的问题. 1.在Ubuntu中安装mysql可 ...

  3. teamviewer 11 linux,Ubuntu 15.10中如何安装TeamViewer 11

    TeamViewer 是一个专业的远程控制.桌面共享.在线会议.网络会议和电脑之间传输文件的工具,可以同时跨平台支持 Microsoft Windows.OS X.Linux 桌面.iOS.Andro ...

  4. linux交叉编译出现的问题,,Ubuntu 14.10下安装GCC交叉编译器遇到问题及解决方法

    Ubuntu 14.10下安装GCC交叉编译器遇到问题及解决方法 一.下载gcc-arm-none-eabi-4_9 安装成功后上报错误: ./gcc-arm-none-linux-gnueabi-g ...

  5. linux下intel安装教程,在 Ubuntu 15.10 上安装 Intel Graphics 安装器

    Intel 最近发布了一个新版本的 Linux Graphics 安装器.在新版本中,将不支持 Ubuntu 15.04,而必须用 Ubuntu 15.10 Wily. Linux 版 Intel® ...

  6. Ubuntu 14.10 下安装java反编译工具 jd-gui

    系统环境,Ubuntu 14.10 ,64位 1 下载JD-GUI,网址http://221.3.153.126/1Q2W3E4R5T6Y7U8I9O0P1Z2X3C4V5B/jd.benow.ca/ ...

  7. Linux为fluent配置环境变量,Ubuntu 9.10下安装Fluent lnx86-6.3.26成功

    操作系统Ubuntu 9.10 Fluent 6.3 GAMBIT2.3 for Linux 1 安装Fluent: 将压缩文件解压缩,并进入相应文件夹 sudo ./ Fluent_install- ...

  8. linux 卸载 flash,Ubuntu 9.10 下安装Adobe Flash 插件失败,如何清除?

    liuxinyu1990101 于 2009-12-01 19:49:35发表: 等了很久,急死了.今天终于看到了,谢谢了. renwanly 于 2009-11-10 11:42:29发表: 安装失 ...

  9. windows安装linux主题,Ubuntu 13.10下安装Win7/Win8主题风格

    熟悉Linux开源系统的用户,非常欣赏系统高度自定义功能,因此,Ubuntu/Linux Mint等系统借助第三方主题,用上Win7/Win8的界面风格,对于桌面端新老用户来说,都是不错的使用体验.下 ...

最新文章

  1. 判断屏幕宽高比是否为16:9
  2. 2022年美国大学生数学建模竞赛——Problem E:林业固碳
  3. hdu 2544最短路(Dijkstra)
  4. boost::mpl模块实现index_of相关的测试程序
  5. YbtOJ-连通的图【结论,线性基】
  6. Java设计模式之七大结构型模式
  7. mysql数据库的存储过程不用学吗,MySql数据库之存储过程学习_MySQL
  8. chmod 777命令_Linux用户权限管理及用户权限管理命令操作
  9. 版本控制工具的必要性、作用、分类和发展历程
  10. python投注_python练习 | 下注猜大小 | 入门级
  11. 人工智能实验bp神经网络,BP人工神经网络模型
  12. MAC 控制台常用命令
  13. 四个管理举措提高研发团队工作效率
  14. 易语言 服务器抓包,易语言调用wincap实现网卡抓包
  15. 25个令人难忘的广告设计
  16. Docker load 命令
  17. Retbleed:针对英特尔和AMD处理器的推断性执行攻击
  18. 为PANDA制作的DWI按扫描次数分类的toolkit
  19. 分布式任务编排调度框架设计
  20. module xxx missing dependencies

热门文章

  1. 基于Java+JFrame开发的单机版开心农场游戏源码,Java开发的单机电脑版开心农场游戏源代码
  2. GCC总结、C语言关键字和运算符
  3. Python获取PC版微信安装路径
  4. 微信发照片会保存到服务器吗,微信拍摄的照片存放到什么路径 微信拍摄照片的保存路径介绍...
  5. KiCAD源码解析(2):根目录CmakeList解析
  6. 计网复习_复习重点纲要(一)_前三章
  7. Putty和8uftp的使用
  8. 真无线蓝牙耳机推荐,千元以下蓝牙耳机性价比之王
  9. 这4个行业用进销存管理系统是肯定不会错的
  10. 阿里云服务器ECS第七代c7/g7/r7/c7t/g7ne/g7t/r7t参数性能详解!