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的编译器

  • 相关阅读:
    SQL查询Profile设置
    AP如何定义发票的行分配账户的默认值
    使用UTL_MAIL包实现存储过程邮件发送(转)
    如何优化库存管理
    VS2008 一个IDE配色方案
    Rails2的部分新特性
    TDD Tip:方法内部New出来的对象如何Mock
    我的2008
    rails2.2 无法加载mysql的解决
    ASP.NET MVC AJAX的调用
  • 原文地址:https://www.cnblogs.com/findumars/p/3739408.html
Copyright © 2011-2022 走看看