]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Updated installation instructions.
authorBruno Haible <bruno@clisp.org>
Sun, 7 Dec 2003 12:46:16 +0000 (12:46 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:28 +0000 (12:11 +0200)
26 files changed:
gettext-tools/examples/ChangeLog
gettext-tools/examples/Makefile.am
gettext-tools/examples/hello-c++-gnome/INSTALL
gettext-tools/examples/hello-c++-kde/INSTALL
gettext-tools/examples/hello-c++-qt/INSTALL
gettext-tools/examples/hello-c++/INSTALL
gettext-tools/examples/hello-c-gnome/INSTALL
gettext-tools/examples/hello-c/INSTALL
gettext-tools/examples/hello-clisp/INSTALL
gettext-tools/examples/hello-gawk/INSTALL
gettext-tools/examples/hello-java-awt/INSTALL
gettext-tools/examples/hello-java-swing/INSTALL
gettext-tools/examples/hello-java/INSTALL
gettext-tools/examples/hello-librep/INSTALL
gettext-tools/examples/hello-objc-gnome/INSTALL
gettext-tools/examples/hello-objc-gnustep/INSTALL
gettext-tools/examples/hello-objc/INSTALL
gettext-tools/examples/hello-pascal/INSTALL
gettext-tools/examples/hello-perl/INSTALL
gettext-tools/examples/hello-php/INSTALL
gettext-tools/examples/hello-python/INSTALL
gettext-tools/examples/hello-sh/INSTALL
gettext-tools/examples/hello-smalltalk/INSTALL
gettext-tools/examples/hello-tcl-tk/INSTALL
gettext-tools/examples/hello-tcl/INSTALL
gettext-tools/examples/hello-ycp/INSTALL

index 7f26b653f4601af2b89f7233c23e302b318d94d1..0b01a4b77dcad5481518415b78db0a78994f1825 100644 (file)
@@ -1,3 +1,14 @@
+2003-12-06  Bruno Haible  <bruno@clisp.org>
+
+       * hello-*/INSTALL: Update the installation instructions.
+       * hello-c++-qt/BUGS: New file.
+       * hello-c++-kde/BUGS: New file.
+       * hello-objc-gnustep/BUGS: New file.
+       * hello-smalltalk/BUGS: New file.
+       * hello-java-awt/BUGS: New file.
+       * hello-java-swing/BUGS: New file.
+       * Makefile.am (EXAMPLESFILES): Add them.
+
 2003-12-02  Bruno Haible  <bruno@clisp.org>
 
        * examples/Makefile.am (EXTRA_DIST): Don't add the EXAMPLESFILES.
index 720df50a22efd00b7fb4ec86dd06d570e676cb3b..b26781058c3606819675c36be2c20c1339c31c19 100644 (file)
@@ -92,6 +92,7 @@ EXAMPLESFILES = \
   hello-c++/po/zh_CN.po \
   \
   hello-c++-qt/INSTALL \
+  hello-c++-qt/BUGS \
   hello-c++-qt/autogen.sh \
   hello-c++-qt/autoclean.sh \
   hello-c++-qt/hello.cc \
@@ -112,6 +113,7 @@ EXAMPLESFILES = \
   hello-c++-qt/po/zh_CN.po \
   \
   hello-c++-kde/INSTALL \
+  hello-c++-kde/BUGS \
   hello-c++-kde/autogen.sh \
   hello-c++-kde/autoclean.sh \
   hello-c++-kde/hello.cc \
@@ -179,6 +181,7 @@ EXAMPLESFILES = \
   hello-objc/po/zh_CN.po \
   \
   hello-objc-gnustep/INSTALL \
+  hello-objc-gnustep/BUGS \
   hello-objc-gnustep/autogen.sh \
   hello-objc-gnustep/autoclean.sh \
   hello-objc-gnustep/main.m \
@@ -300,6 +303,7 @@ EXAMPLESFILES = \
   hello-librep/po/zh_CN.po \
   \
   hello-smalltalk/INSTALL \
+  hello-smalltalk/BUGS \
   hello-smalltalk/autogen.sh \
   hello-smalltalk/autoclean.sh \
   hello-smalltalk/hello.st.in \
@@ -338,6 +342,7 @@ EXAMPLESFILES = \
   hello-java/po/zh_CN.po \
   \
   hello-java-awt/INSTALL \
+  hello-java-awt/BUGS \
   hello-java-awt/autogen.sh \
   hello-java-awt/autoclean.sh \
   hello-java-awt/Hello.java \
@@ -359,6 +364,7 @@ EXAMPLESFILES = \
   hello-java-awt/po/zh_CN.po \
   \
   hello-java-swing/INSTALL \
+  hello-java-swing/BUGS \
   hello-java-swing/autogen.sh \
   hello-java-swing/autoclean.sh \
   hello-java-swing/Hello.java \
index 8b53e6244f255ce9e9f86ad8a0fbc74e3ababb88..45f18a1e124e402551664f55310a275352577dc1 100644 (file)
@@ -8,3 +8,12 @@ This example relies on:
   - the GTK / C++ bindings (libgtkmm, libgdkmm)
   - the C++ signal/slot library (libsigc++)
   - the C++ runtime libraries (libstdc++)
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index 1541e9052a030e40c4a66b8e76c147a808ca193b..adba43a28693382d002fc8ab198e65c1f848940e 100644 (file)
@@ -2,3 +2,12 @@ This example relies on:
   - KDE (libkdeui, libkdecore) and its dependencies
   - Qt (libqt) and its dependencies: OpenGL (libGL), libpng, zlib (libz)
   - the C++ runtime libraries (libstdc++)
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index a42100dcfb1d6c9eea7bbaba41c1af0fadd7f1eb..351c025b38607225622af7c8474b8518b4976015 100644 (file)
@@ -1,3 +1,12 @@
 This example relies on:
   - Qt (libqt) and its dependencies: OpenGL (libGL), libpng, zlib (libz)
   - the C++ runtime libraries (libstdc++)
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix --with-qt-dir=/usr/lib/qt3 --enable-threads
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index ca6d74e532e53827a6be0c43b55605c2afe51706..5837269d20a9de7f93d953a08f14b7d05daf800b 100644 (file)
@@ -1 +1,10 @@
 This example relies on libstdc++, gettext-runtime.
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix --with-libasprintf-prefix=/previous/gettext/install/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index 84387c006dd7b7290fa01f7f1a14ed454c90d20c..6a6db9af5fef1f1ecd455d7d7ed006740784a189 100644 (file)
@@ -5,3 +5,12 @@ This example relies on:
   - the GTK libraries (libgtk, libgdk)
   - the glib libraries (libglib, libgmodule)
   - the X11 libraries
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index 84d9aef3a7ef821c90f06a48f9fc706297231af2..0f981dc96d7b0a5ed90d62699814db7bcc4f06a0 100644 (file)
@@ -1 +1,10 @@
 This example relies just on gettext-runtime (and libc, of course).
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index caca0234fff59e5b3860e7c8d9aceafc73af96be..2d751165236aea744975b874aa6ee706aa8517ca 100644 (file)
@@ -1 +1,10 @@
 This example relies on clisp (GNU clisp).
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index 215990a9822ccc5883707d324ca595efdd238ff9..1a4f2df334357c5bebe434b075cd08098e101533 100644 (file)
@@ -1 +1,10 @@
 This example relies on gawk (GNU awk).
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index fd1e55c001cfa57b30562165d78c2967358028fd..693f30244ddf6952180d766c29d4cb6a78659b06 100644 (file)
@@ -1,2 +1,11 @@
 This example relies on:
   - a Java implementation with AWT
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index 5e97a13d5c83ac9614b62a2e7301dbf1a93f9b22..79edfa77aca499fa68928ed72915dcb53cc0cac3 100644 (file)
@@ -1,3 +1,12 @@
 This example relies on:
   - a Java implementation with AWT and Swing
     (i.e. when using Sun's JDK: at least JDK 1.2)
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index ca631712fbc9c12d9d1facd4cbfc66f85f9dc954..99cf9c808550bcd7c912f2ca7d8aebe44ece75c3 100644 (file)
@@ -1,2 +1,11 @@
 This example relies on:
   - a Java implementation
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index ec06ff011f310fc49edf876753d80a5eaba65249..c9970d8ba9cf212002049a0eb21165fc95c398f7 100644 (file)
@@ -1 +1,10 @@
 This example relies on librep.
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index b2b8a9e8571c7616b84e252e00acfd7355aefd53..1e82f28ee81242483f1f8868aaa750d0b2875749 100644 (file)
@@ -8,3 +8,12 @@ This example relies on:
   - the GNOME / Objective C bindings (libobgnome)
   - the GTK / Objective C bindings (libobgtk)
   - the Objective C runtime libraries (libobjc)
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index f3dd2fb95897d72ecdeaf96c72e327775c42cc8d..c240e409bdb9e5b934c73a7f61ccaa0b4025e585 100644 (file)
@@ -5,6 +5,10 @@ This example relies on:
 
 GNUstep applications don't need to be configured or installed in order to run;
 all you need is to
-  1. Prepare your environment, as described in the GNUstep-HOWTO
-  2. make
-  3. openapp Hello
+  - Prepare your environment, as described in the GNUstep-HOWTO
+  - ./autogen.sh
+  - make
+  - openapp Hello
+Cleanup:
+  - make distclean
+  - ./autoclean.sh
index 679deb3e12a397970b724a7c15c8c627ebf98659..6232f1b6accc433304ac296e1a07a1c1b7da76ab 100644 (file)
@@ -1,2 +1,11 @@
 This example relies on:
   - the Objective C runtime libraries (libobjc)
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index 4c00a19857573f381fc73adfc593f941a4c1845c..3b15d4670f883b78650711c8941827bc60bb3d36 100644 (file)
@@ -1,2 +1,11 @@
 This example relies on:
   - Free Pascal (ppc386)
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index 71a379ec688eaa82fdaa0f6b99e84744071ce296..6fc80440b6754dbfef379d2c8ded411fa6d1568f 100644 (file)
@@ -1,2 +1,11 @@
 This example relies on:
   - Perl (perl)
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index fb8018898bd072d7f118e599e1d14b551042aaea..5e2792e510b20736aa0268e9f508598b5f3e0b92 100644 (file)
@@ -1 +1,10 @@
 This example relies on PHP.
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index 755ed88f31692a926a3220c3b2ab9ebd8b91bb68..cb9ecf7ca6d5f8bbd8b9b52758edba2f62a7c423 100644 (file)
@@ -1 +1,10 @@
 This example relies on Python 2.0 or newer.
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index a4502d9ecc97e1ffefba38764f52a6bc7b298990..6b7e0bda876c5b9685ac30cb6f364a505873f112 100644 (file)
@@ -1 +1,10 @@
 This example relies just on sh and gettext-runtime.
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index 3fb700dedd9257e35c450426380459e9c64d899e..4a6b9f87eb7b5df280f2f4699762752e0590f565 100644 (file)
@@ -1 +1,10 @@
 This example relies on gst (GNU Smalltalk).
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index 516aabaa3e4af583dc6e1547eddf9d3f0c612e4f..4797fdff83866d880da2b4dc78ffbcb3a18f695d 100644 (file)
@@ -1,3 +1,12 @@
 This example relies on:
   - Tk (wish and libtk)
   - Tcl (tclsh and libtcl)
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index e9e21ad631f8cbae2fbfb3f8a9b1dd62b16ad52e..c020e479e659418e06c36179d714f086cf743d6d 100644 (file)
@@ -1,2 +1,11 @@
 This example relies on:
   - Tcl (tclsh and libtcl)
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh
index 1a03944560d0b11ade56294393765a8679246f8a..1aaff4e1655618a253ddf08b0e155f5bb396fd3b 100644 (file)
@@ -1 +1,16 @@
 This example relies on YaST2 (SuSE Linux: package yast2-core).
+
+Before "make install", you need to make the locale directory writable:
+  chmod a+w /usr/share/YaST2/locale
+  chmod a+w /usr/share/YaST2/locale/*/LC_MESSAGES
+Unfortunately this directory is hardwired in YaST; there is no way to
+put the message catalogs elsewhere.
+
+Installation:
+  ./autogen.sh
+  ./configure --prefix=/some/prefix
+  make
+  make install
+Cleanup:
+  make distclean
+  ./autoclean.sh