Check-in [71506e5d97]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:update more readme files
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 71506e5d970d294a11c71f4143fdd7cfcb920c2c
User & Date: chw 2020-07-26 09:52:30.079
Context
2020-07-26
11:37
update more readme files check-in: 34c20bdd1b user: chw tags: trunk
09:52
update more readme files check-in: 71506e5d97 user: chw tags: trunk
09:26
update some readme files check-in: 270223740a user: chw tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Name change from jni/README.txt to jni/README.md.
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
================================================================================
Native components of AndroWish
================================================================================


This directory holds the C/C++ components which are part of AndroWish.
It is built using the Android NDK. The build process is integrated
into the toplevel project but can be carried out manually by invoking
the "ndk-build" tool in this directory.

The Android.mk file in this directory invokes all dependent Android.mk
files below.

The Application.mk file controls NDK regarding prebuilt stuff,
Android API level, and most importantly the CPUs for which 
everything is to be built, e.g. ARM and x86 CPUs.

As of 2017-10-18 the following NDK revisions are known to build
everything without errors (but a varying amount of warnings):

  NDK r9d (March 2014)
  NDK r10e (May 2016)
  NDK r12b (June 2016)
  NDK r13b (October 2016)

The shiny new clang/llvm based NDKs with unified headers still fail:

  NDK r14b (March 2017)
  NDK r15c (July 2017)

As of 2018-02-09 the tree should build with NDK r16b (December 2017)
but this depends somewhat on the development system (Windows may fail).

For later NDKs it may be necessary to change the APP_ABI macro in
Application.mk to have "armeabi-v7a" instead of "armeabi".
<

<
>




|

|


|






|
|
|
|



|
|

|


|
|

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

Native components of AndroWish

------------------------------

This directory holds the C/C++ components which are part of AndroWish.
It is built using the Android NDK. The build process is integrated
into the toplevel project but can be carried out manually by invoking
the `ndk-build` tool in this directory.

The `Android.mk` file in this directory invokes all dependent `Android.mk`
files below.

The `Application.mk` file controls NDK regarding prebuilt stuff,
Android API level, and most importantly the CPUs for which 
everything is to be built, e.g. ARM and x86 CPUs.

As of 2017-10-18 the following NDK revisions are known to build
everything without errors (but a varying amount of warnings):

	NDK r9d (March 2014)
	NDK r10e (May 2016)
	NDK r12b (June 2016)
	NDK r13b (October 2016)

The shiny new clang/llvm based NDKs with unified headers still fail:

	NDK r14b (March 2017)
	NDK r15c (July 2017)

As of 2018-02-09 the tree should build with `NDK r16b (December 2017)`
but this depends somewhat on the development system (Windows may fail).

For later NDKs it may be necessary to change the `APP_ABI` macro in
`Application.mk` to have `armeabi-v7a` instead of `armeabi`.
jni/curl/configure.ac became a regular file.
jni/curl/tests/libtest/mk-lib1521.pl became a regular file.
jni/curl/tests/manpage-scan.pl became a regular file.
jni/curl/tests/sshserver.pl became executable.
jni/zint/backend/library.c became executable.
Name change from undroid/TDK/README.txt to undroid/TDK/README.md.



1

2
3
4
5
6
7
8
9
10
11
12
13



This is a stripped down TDK from https://github.com/andreas-kupries/tdk

to be embedded into undroidwish/vanillawish.

The provided shortcuts to TDK tools are

   builtin:TDK/checker
   builtin:TDK/compiler
   builtin:TDK/debugger
   builtin:TDK/inspector
   builtin:TDK/tape
   builtin:TDK/tclapp
   builtin:TDK/tclsvc
   builtin:TDK/vfse
>
>
>
|
>




|
|
|
|
|
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TDK
---

This is a stripped down TDK from
[https://github.com/andreas-kupries/tdk](https://github.com/andreas-kupries/tdk)
to be embedded into undroidwish/vanillawish.

The provided shortcuts to TDK tools are

	builtin:TDK/checker
	builtin:TDK/compiler
	builtin:TDK/debugger
	builtin:TDK/inspector
	builtin:TDK/tape
	builtin:TDK/tclapp
	builtin:TDK/tclsvc
	builtin:TDK/vfse
Name change from undroid/critcl-min/README.txt to undroid/critcl-min/README.md.



1
2
3
4
5




This is a trimmed down critcl 3.18.1 runtime mainly used to generate
the C source code for the tcllib accelerator functions. This version
is Tcl only, i.e. does not contain shared libs with Tcl extensions.

For full critcl see http://andreas-kupries.github.io/critcl

>
>
>
|
|


|
>
1
2
3
4
5
6
7
8
9
critcl-min
----------

This is a trimmed down `critcl 3.18.1` runtime mainly used to generate
the C source code for the `tcllib` accelerator functions. This version
is Tcl only, i.e. does not contain shared libs with Tcl extensions.

For full critcl see
[http://andreas-kupries.github.io/critcl](http://andreas-kupries.github.io/critcl).
Name change from undroid/piio/README.txt to undroid/piio/README.md.



1
2
3
4
5
6
7
8
9



piio by Schelte Bron is a library for accessing a couple
of the I/O possibilities of the Raspberry Pi. The library
supports gpio, i2c, and spi.

Further reading

 http://chiselapp.com/user/schelte/repository/piio/home

 http://wiki.tcl-lang.org/39548
>
>
>
|





|

|
1
2
3
4
5
6
7
8
9
10
11
12
piio
----

`piio` by Schelte Bron is a library for accessing a couple
of the I/O possibilities of the Raspberry Pi. The library
supports gpio, i2c, and spi.

Further reading

[http://chiselapp.com/user/schelte/repository/piio/home](http://chiselapp.com/user/schelte/repository/piio/home)

[http://wiki.tcl-lang.org/39548](http://wiki.tcl-lang.org/39548)
Name change from undroid/snap7/README.txt to undroid/snap7/README.md.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

---------------------------------------------------------
This directory is a derivative of 
 "Snap7 IoT Package for Intel Quark architecure"
which generalizes the build for gcc supported platforms.
---------------------------------------------------------

# compile/link build/bin/libsnap7.so for POSIX
cd build/unix
make -f unix.mk

# clean source tree for POSIX
cd build/unix
make -f unix.mk clean

# compile/link build/bin/snap7.dll for WIN32/64
cd build/win
make -f win.mk

# clean source tree for WIN32/64
cd build/win
make -f win.mk clean

>
|
|
<
|
<

|
|
|

|
|
|

|
|
|

|
|
|
<
1
2
3

4

5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

This is a derivative of "Snap7 IoT Package for Intel Quark architecure"
-----------------------------------------------------------------------


It generalizes the build for gcc supported platforms.


	# compile/link build/bin/libsnap7.so for POSIX
	cd build/unix
	make -f unix.mk

	# clean source tree for POSIX
	cd build/unix
	make -f unix.mk clean

	# compile/link build/bin/snap7.dll for WIN32/64
	cd build/win
	make -f win.mk

	# clean source tree for WIN32/64
	cd build/win
	make -f win.mk clean

Name change from undroid/tclwmf/README.txt to undroid/tclwmf/README.md.
1
2

3
4
tclwmf
======


Tcl interface to cameras using Windows Media Foundation

<
>


1

2
3
4
tclwmf

------

Tcl interface to cameras using Windows Media Foundation
Name change from undroid/twapi/README.txt to undroid/twapi/README.md.



1
2
3



This is the "Tcl Windows API" extension by Ashok P. Nadkarni.

See http://twapi.magicsplat.com for more information.
>
>
>


|
1
2
3
4
5
6
twapi
-----

This is the "Tcl Windows API" extension by Ashok P. Nadkarni.

See [http://twapi.magicsplat.com](http://twapi.magicsplat.com) for more information.
Name change from undroid/ulis/README.txt to undroid/ulis/README.md.



1
2
3

4

5

6
7
8
9



Tk megawidgets by ulis copied from wiki.tcl-lang.org, see also

  https://wiki.tcl-lang.org/page/hugecombo

  https://wiki.tcl-lang.org/page/Hugelist

  https://wiki.tcl-lang.org/page/Lightbutton

  https://wiki.tcl-lang.org/page/Virtuallist

This is a modified and trimmed down version which can be used
with AndroWish and undroidwish.
>
>
>
|

|
>
|
>
|
>
|



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ulis
----

Tk megawidgets by ulis copied from [wiki.tcl-lang.org](http://wiki.tcl-lang.org), see also

[https://wiki.tcl-lang.org/page/hugecombo](https://wiki.tcl-lang.org/page/hugecombo)

[https://wiki.tcl-lang.org/page/Hugelist](https://wiki.tcl-lang.org/page/Hugelist)

[https://wiki.tcl-lang.org/page/Lightbutton](https://wiki.tcl-lang.org/page/Lightbutton)

[https://wiki.tcl-lang.org/page/Virtuallist](https://wiki.tcl-lang.org/page/Virtuallist)

This is a modified and trimmed down version which can be used
with AndroWish and undroidwish.
Name change from undroid/v4l2/README.txt to undroid/v4l2/README.md.
1
2

3
4
v4l2
======


Tcl interface to Video For Linux Two

<
>


1

2
3
4
v4l2

----

Tcl interface to Video For Linux Two
Name change from undroid/wits/README.txt to undroid/wits/README.md.



1
2
3



This is the "Windows Inspection Tool Set" by Ashok P. Nadkarni.

See http://windowstoolset.magicsplat.com for more information.
>
>
>


|
1
2
3
4
5
6
wits
----

This is the "Windows Inspection Tool Set" by Ashok P. Nadkarni.

See [http://windowstoolset.magicsplat.com](http://windowstoolset.magicsplat.com) for more information.