1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
| root@debian-xfce:/tmp/fpc-264/fpc-2.6.4.i386-linux# sh install.sh
This shell script will attempt to install the Free Pascal Compiler
version 2.6.4 with the items you select
Install prefix (/usr or /usr/local) [/usr] : <ENTREE>
Installing compiler and RTL for i386-linux...
Installing utilities...
Install Textmode IDE (Y/n) ? n
Install FCL (Y/n) ? <ENTREE>
Installing fcl-async
...
Installing fcl-web
Installing fcl-xml
Install packages (Y/n) ? <ENTREE>
Installing ...
...
Installing zlib
Installing zorba
Done.
Install documentation (Y/n) ? <ENTREE>
Installing documentation in /usr/share/doc/fpc-2.6.4 ...
Done.
Install demos (Y/n) ? <ENTREE>
Install demos in [/usr/share/doc/fpc-2.6.4/examples] : <ENTREE>
Installing demos in /usr/share/doc/fpc-2.6.4/examples ...
Done.
Running on linux
Write permission in /etc.
Writing sample configuration file to /etc/fpc.cfg
Saved old "fpc.cfg" to "fpc.bak"
Writing sample configuration file to /usr/lib/fpc/2.6.4/ide/text/fp.cfg
Writing sample configuration file to /usr/lib/fpc/2.6.4/ide/text/fp.ini
Writing sample configuration file to /etc/fppkg.cfg
Saved old "fppkg.cfg" to "fppkg.bak"
Writing sample configuration file to /etc/fppkg/default
Saved old "default" to "default.bak"
End of installation.
Refer to the documentation for more information.
root@debian-xfce:/tmp/fpc-264/fpc-2.6.4.i386-linux# |
Partager