Talk:Release engineering

From Lazarus wiki
Jump to navigationJump to search

I think the FreeBSD stuff should be merged into the main page. --FPK 22:26, 4 Dec 2005 (CET)

The makefile help shows a 'tar' target, but no such target exists. Also, I do not want the IDE in the file I generate with install/makepack (which seems to be the way to make tar files). How can I build from source and not include the IDE (so I don't need the gdb libs)? Why is 'tar' in the help but it actually isn't hooked up to the makefile system? I'm using 2.0.4.

Simply set CHECKGDB=no in the makepack script, an IDE without debugger will be build. If you really want to remove the IDE, you must modify and regenerate the make files. Daniel-fpc 20:50, 12 November 2006 (CET)