Download - BigIDE

Transcript
  • 7/24/2019 BigIDE

    1/1

    How to add a package to the big IDE:

    Make the package cross compilable: The output path should be something likelib/$(TargetCPU)-$(TargetOS)

    Enable the package compiler option 'Create Makefile' and compile the packageonce in the IDE to create the Makefile and Makefile.fpc.Add them to svn.

    Search in the following files for 'big' and add needed things:

    ide/Makefile.fpc Unitpaths and flagscomponents/Makefile.fpc package directorieside/lazarus.pp package names

    Do not forget to update the ide/Makefile and components/Makefile.

    Compiling the bigide:

    make bigide - to compile everythingmake idebig - to compile only the IDE using the bigide componentsmake bigidecomponents - compile only the bigide components


Top Related