readme.ide 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. Welcome to the Free Pascal IDE!
  2. ßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßßß
  3. Please take the time to read this file to avoid most
  4. common installation problems, and to get the most out of
  5. this software!
  6. General information Ü
  7. ßßßßßßßßßßßßßßßßßßßßßß
  8. First of all: note that the IDE is currently still in
  9. beta state! That means that some functions may not work,
  10. or may not work as expected. We do our best to fix all
  11. bugs and make the IDE reliable and stable, however, you
  12. may still encounter some problems using it.
  13. Therefore you should be careful using untested functions,
  14. and make regularly backup copies of your source files!
  15. If you encounter any problems using the IDE, then please
  16. report it to the authors by sending an e-mail to
  17. "[email protected]" or by entering it in the bugs
  18. database at "http://www.freepascal.org". (Note, that we
  19. can't fix bugs we don't have any knowledge of, or can't
  20. reproduce, so, it's in your own interest to report bugs
  21. as fast and precisely as possible.)
  22. You should be also careful with hotkeys and shortcuts!
  23. The IDE is designed to be compatible with the BP IDE as
  24. much as possible, however, the platform differences and
  25. some improvements may break that compatibility at some
  26. points, which may result in slightly or totally different
  27. behaviour than expected. Therefore, you should first
  28. experiment with the IDE some time before using for
  29. serious purposes, and read all available docs before
  30. reporting a "bug"!
  31. Version conflicts Ü
  32. ßßßßßßßßßßßßßßßßßßßß
  33. IDE snapshots are created on a regular basis. That means,
  34. that the IDE and it's embedded compiler are always the
  35. most up-to-date versions.
  36. Unless you've installed the IDE from a full distribution,
  37. you'll have to install the latest compiler and RTL
  38. binaries to avoid version conflicts and get the IDE
  39. working. You can do this by downloading the latest binary
  40. snapshots from "http://www.freepascal.org" and copying
  41. it's contents directly over your existing installation.
  42. (You can also install these files in separate directories
  43. and set up the IDE to search for them at that place.
  44. However, this may result in different behaviour and
  45. incompatibilities between of the command-line based and
  46. the embedded compiler.)
  47. When installing a new snapshot you should make sure you
  48. back up your existing installation! This is not a
  49. neccessary step for the IDE to function, however, it may
  50. proove very helpful, when the newly installed snapshot
  51. contains a new bug or is incompatible in some aspects
  52. with your previous one.
  53. Configuration Ü
  54. ßßßßßßßßßßßßßßßß
  55. Once you have installed the IDE, it requires two
  56. configuration changes before it can compile. This is due
  57. to the fact that the IDE includes its own compiler; it
  58. does not use ppc386.exe and thus it also does not use the
  59. configuration in the file fpc.cfg.
  60. Select Target from the Compile menu and then check the
  61. correct default target (this is Go32V2 for DOS).
  62. Next, choose Directories in the Otions menu and in the
  63. line "Unit directories" enter the path to your copy of
  64. the RTL directory, usually c:\pp\rtl\go32v2. If you have
  65. done everything correct and it still doesn't work, you
  66. may have grabbed a snapshot that has a bug; in this case
  67. try again one or two days later or ask for help on one of
  68. the mailing lists (see later!).
  69. Documentation Ü
  70. ßßßßßßßßßßßßßßßß
  71. Although the IDE itself has no kind of "native"
  72. documentation or help, it is capable of reading HTML,
  73. Turbo Pascal (TPH), and Norton Guide (NG) format files.
  74. That means, that you can use both the FPC documentation
  75. (included in your distribution, or downloadable from the
  76. Free Pascal HP) and/or the help files of your Turbo or
  77. Borland Pascal (from version 5.5 thru 7.0) installation.
  78. You can install help files of all types in the on-line
  79. help system by going to Help menu, selecting Files and
  80. adding them to the list.
  81. More information Ü
  82. ßßßßßßßßßßßßßßßßßßß
  83. If you need more informations you can:
  84. þ read the FAQ and the documentation
  85. þ join one or more of the 4 mailing lists
  86. For the FAQ, for the on-line version of the docs,
  87. and for information on joining the mailing lists go to
  88. the Free Pascal homepage at http://www.freepascal.org.
  89. Well, I think, this should be enough info for the start.
  90. Thanks for taking time reading this file, and please
  91. don't forget to report any bugs or problems you encounter
  92. using the IDE as soon as possible. Also feel free to
  93. write us, if you have any comments, suggestions, ideas,
  94. etc. regarding the compiler and/or the IDE!
  95. Have as much fun using the IDE, as we had creating it! ;)
  96. The Free Pascal IDE Development Team