Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lazarus-project / usr / share / lazarus / 2.0.10 / docs / BigIDE.txt
Size: Mime:
How to add a package to the big IDE:

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

Enable the package compiler option 'Create Makefile' and compile the package
once 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 flags
components/Makefile.fpc   package directories
ide/lazarus.pp            package names


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

Compiling the bigide:

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