diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-15 21:42:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-15 21:42:20 -0600 |
commit | 93907d7e7a2741818d4b5e1c3ea645f784f7347e (patch) | |
tree | 15b6037c86d3e19bb6be3e56eaaf33576faa53df /languages/cpp/app_templates/kscons_kxt/README | |
parent | 7ccec9def581eca60cd30bbcd6bda08024d81879 (diff) | |
download | tdevelop-93907d7e7a2741818d4b5e1c3ea645f784f7347e.tar.gz tdevelop-93907d7e7a2741818d4b5e1c3ea645f784f7347e.zip |
Automatically update admin submodule and copy sustem libtool files before first build
Fix FTBFS in many TDE sample projects
Place TDE sample projects in a TDE category instead of a KDE category
Diffstat (limited to 'languages/cpp/app_templates/kscons_kxt/README')
-rw-r--r-- | languages/cpp/app_templates/kscons_kxt/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/cpp/app_templates/kscons_kxt/README b/languages/cpp/app_templates/kscons_kxt/README index 578feccd..a8de4e35 100644 --- a/languages/cpp/app_templates/kscons_kxt/README +++ b/languages/cpp/app_templates/kscons_kxt/README @@ -31,7 +31,7 @@ for starting with this application template. make uninstall -> scons -c install make dist -> scons dist -* To build apps, use KDEprogram, KDEshlib, etc. +* To build apps, use TDEprogram, TDEshlib, etc. these functions are documented at the bottom of kde.py More information can be found in the QUICKSTART @@ -101,7 +101,7 @@ refer to the file po/SConscript and po/messages.sh http://public.kde.planetmirror.com/pub/kde/devel/gettext-kde/ 2. Install that gettext in ~/bin/ 3. cd ~/yourproject, export PATH=~/bin:$PATH, export -TDEDIR=/where_your_KDE3_is +TDEDIR=/where_your_TDE3_is 4. make -f admin/Makefile.common package-messages 5. make package-messages 6. Translate the po files (not the pot!!) with kbabel or xemacs |