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    
fpc-src / usr / share / fpcsrc / 3.2.0 / packages / ide
  ..
  fakegdb
  compiler
  whtmlscn.pas
  fpintf.pas
  wviews.pas
  wconstse.inc
  fpmake.pp
  fp32.ico
  program.pt
  vesa.pas
  wwinhelp.pas
  fpcalc.pas
  fpviews.pas
  fp32.rc
  fpx64.lpi
  fp.ans
  fp.term
  test.pas
  fp.pas
  fpmwnd.inc
  Makefile
  woahelp.pas
  wconstsh.inc
  fpcatch.pas
  cvsup.tdf
  winclip.pas
  wconsts.pas
  fpdpansi.pas
  tpgrep.tdf
  README.txt
  fpsymbol.pas
  wchmhwrap.pas
  wresourc.pas
  gdbmiwrap.pas
  fptemplt.pas
  wtphwrit.pas
  weditor.pas
  fpconst.pas
  wvphelp.pas
  fpcompil.pas
  fpdesk.pas
  wutils.pas
  wansi.pas
  wini.pas
  fpmcomp.inc
  TODO.txt
  fpmrun.inc
  wos2help.pas
  fptools.pas
  fputils.pas
  windebug.pas
  fpmsrch.inc
  whelp.pas
  fphelp.pas
  fpregs.pas
  fpw32.rc
  Makefile.fpc.fpcmake
  fpmopts.inc
  fpmdebug.inc
  unit.pt
  fpvars.pas
  fpini.pas
  fpredir.pas
  fpdebug.pas
  wnghelp.pas
  pmode.pas
  gplprog.pt
  test1.pas
  gdbmicon.pas
  fpide.pas
  fpmfile.inc
  fpcodtmp.pas
  Makefile.fpc
  cvsdiff.tdf
  gplunit.pt
  fpusrscr.pas
  whtmlhlp.pas
  globdir.inc
  fpmedit.inc
  fpmtools.inc
  cvsco.tdf
  whlpview.pas
  readme.ide
  fpmingw.pas
  fpkeys.pas
  whtml.pas
  fpmhelp.inc
  fpcodcmp.pas
  fpcygwin.pas
  grep.tdf
  gdbmiproc.pas
  fpmansi.inc
  fpevalw.pas
  wcedit.pas
  gdbmiint.pas
  wconsole.pas
  empty.inc
  fpswitch.pas
  test2.pas
Size: Mime:

You can have a fp.cfg file in the same directory as fp.exe. It works the
same as fpc.cfg

To compile the IDE you need to choose whether to build with or without
debugger (gdb) support. When debugger support is used a check will be
done if libgdb.a is available. If this is not available then it will
automatically fallback to create the IDE without debugger support.

To build with debugger support (default):

make gdb

To build without debugger support:

make nogdb