zoukankan      html  css  js  c++  java
  • 编译FreePascal源代码(摘录自邮件询问)

    为了尝试编译FreePascal,我搜了官方文档,并给几位作者都发了邮件询问,目前结果如下:

    http://wiki.lazarus.freepascal.org/Getting_Lazarus#Compiling_and_installing_FPC

    http://wiki.maemo.org/Compile_FreePascal_on_device

    http://www.michellcomputing.co.uk/blog/2014/05/freepascal-2-7-1-on-raspberry-pi/

    http://lazarus.developpez.com/cours/installation/svn-ubuntu-debian/

    ------------------------------------------------------------------------
    Go to
    1) www.freepascal.org
    2) click "documentation"
    3) click "more inforamtion"
    4) click "building faq"

    Marco van de Voort

    ------------------------------------------------------------------------
    The programmers' guide contains a chapter on how to compile the sources.

    You can find it online in:
    http://www.freepascal.org/docs-html/prog/progap6.html#x326-341000F

    There is also the buildfaq which treats the same subject. You can find the latter on:

    http://www.stack.nl/~marcov/buildfaq.pdf

    I hope this helps you.

    Michael Van Canneyt

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

    仔细观察后发现fpc其实只是一个中间工具用来运行对应平台的编译器的
    在fpcsrc中的compiler中有几个 .lpi的lazarus工程,有对应cpu的工程文件,编译出来的就是fpc的编译器

  • 相关阅读:
    Oracle2MySQL数据校验
    MySQL物理删除大表文件的方式
    MySQL恢复误删除的ibd文件
    如何下载MySQL企业版数据库
    C++篇之成员函数注册为回调函数
    Java入门篇
    日常收藏之Linux篇
    实现简单网页rtmp直播:nginx+ckplayer+linux
    网络通信之accept函数简述
    网络通信之bind、listen函数简述
  • 原文地址:https://www.cnblogs.com/findumars/p/3739408.html
Copyright © 2011-2022 走看看