Difference between revisions of "Talk:Release engineering"

From Free Pascal wiki
Jump to navigationJump to search
(Re: Bls)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
I think the FreeBSD stuff should be merged into the main page. --[[User:FPK|FPK]] 22:26, 4 Dec 2005 (CET)
 
I think the FreeBSD stuff should be merged into the main page. --[[User:FPK|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. [[User:Daniel-fpc|Daniel-fpc]] 20:50, 12 November 2006 (CET)

Latest revision as of 21:50, 12 November 2006

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)