diff options
Diffstat (limited to 'gettext-tools/examples/hello-pascal/INSTALL')
-rw-r--r-- | gettext-tools/examples/hello-pascal/INSTALL | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gettext-tools/examples/hello-pascal/INSTALL b/gettext-tools/examples/hello-pascal/INSTALL new file mode 100644 index 0000000..5960428 --- /dev/null +++ b/gettext-tools/examples/hello-pascal/INSTALL @@ -0,0 +1,11 @@ +This example relies on: + - Free Pascal 2.0 or newer (ppc386) + +Installation: + ./autogen.sh + ./configure --prefix=/some/prefix + make + make install +Cleanup: + make distclean + ./autoclean.sh |