author | zecke <zecke> | 2003-08-21 07:53:54 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-08-21 07:53:54 (UTC) |
commit | f4ad258aff432a4b6aff84190d053bbd6e87c490 (patch) (unidiff) | |
tree | 916cecb00ec49e6602f5f25bff026675df7ce9ea /development/README | |
parent | fb3e8cda0d2c929278c7ecbf829475f8b1c92956 (diff) | |
download | opie-f4ad258aff432a4b6aff84190d053bbd6e87c490.zip opie-f4ad258aff432a4b6aff84190d053bbd6e87c490.tar.gz opie-f4ad258aff432a4b6aff84190d053bbd6e87c490.tar.bz2 |
Add host tool section and clean up readmes
-rw-r--r-- | development/README | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/development/README b/development/README index 27a566a..86963a1 100644 --- a/development/README +++ b/development/README | |||
@@ -1,5 +1,30 @@ | |||
1 | OpiePIM.kpr A KPresenter comparsion of Qtopia, KDE and OPIE PIM | 1 | config.in -used for the buildsystem |
2 | OpiePIM.tar.gz Same as above but webpages | 2 | cvsbook.html -A Book describing the use of CVS |
3 | opie-big-features.xml-Features needed for Big Screen Opie | ||
4 | opie-features.dtd -DTD for the XML feature plan | ||
5 | README - This file | ||
6 | tmake_ref.html -Info about the old tmake. Better see your | ||
7 | qmake documentation ( qassistant ) | ||
8 | |||
9 | calibrate2 -New calibration tool by schurig for swapped x/y axis | ||
10 | cross-debug -Old cross debugger + introduction by sandman | ||
11 | documents - Currently empty | ||
12 | header -Template Header for Opie | ||
13 | host-tools -random collection of useful tools running on your | ||
14 | host and not inside Qt/E Opie | ||
15 | performance - small tool to test drawing performance | ||
16 | pim -Ideas about new database backends | ||
17 | translation -Opie host tools for generating Translations | ||
18 | wepgen -small utility for generating wep keys | ||
19 | |||
20 | |||
21 | |||
22 | |||
23 | OLD stuff that needs an update | ||
24 | |||
25 | opie-1.0-features.htmlOld list of planned 1.0 features (outdatet ) | ||
26 | OpiePIM.kpr A KPresenter comparsion of Qtopia, KDE and OPIE PIM (old) | ||
27 | OpiePIM.tar.gz Same as above but webpages (old) | ||
3 | toolchain.tar.gz Opie needs a toolchain to be built on x86 | 28 | toolchain.tar.gz Opie needs a toolchain to be built on x86 |
4 | but Opie also needs some additional headers | 29 | but Opie also needs some additional headers |
5 | and libraries to be built | 30 | and libraries to be built |
@@ -7,4 +32,5 @@ toolchain.tar.gz Opie needs a toolchain to be built on x86 | |||
7 | libuuid lib + header | 32 | libuuid lib + header |
8 | pam lib + header | 33 | pam lib + header |
9 | 34 | ||
10 | -zecke \ No newline at end of file | 35 | -zecke(old) |
36 | |||