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