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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
|
Description: improves transcriber distribution documentation
Author: Giulio Paci <giuliopaci@gmail.com>
Forwarded: yes
Last-Update: 2013-08-06
--- a/README_UNIX
+++ b/README_UNIX
@@ -33,11 +33,11 @@
following instructions from doc/en/installation.html:
---------------------------------------------------------------------
-Binary installation for Unix
+Installation from binary distribution for Unix
* Make sure you have an installed version of Tcl/Tk 8.0 or higher and get
the binary archive for your system (e.g. Linux, Solaris...) matching
- your version of Tcl/Tk (8.0 ... 8.3)on Tcl developper Wchange website :
+ your version of Tcl/Tk (8.0 ... 8.4) on Tcl developer website:
http://www.tcl.tk/software/tcltk/choose.html
@@ -46,12 +46,12 @@
$ cd /usr/local
If you choose to install into a non-standard directory, make sure to
- set the environnement variables of your system (e.g., PATH and
+ set the environment variables of your system (e.g., PATH and
LD_LIBRARY_PATH) to the right values.
* Extract the files from the archive:
- $ gunzip -c Transcriber-1.4-Linux.tar.gz | tar xf -
+ $ gunzip -c Transcriber-1.XX-Linux.tar.gz | tar xf -
* Launch the tool:
@@ -62,17 +62,18 @@
* Look in the Help directory for some hints about Transcriber's use or
view it directly in your HTML browser (start with
- lib/transcriber1.4/doc/Index.html)
+ lib/transcriber1.XX/doc/Index.html)
Installation from the sources
-Transcriber relies on several softwares or libraries that you need to
-install first : Tcl/Tk 8.0 - 8.3, Snack 2.0, tcLex 1.2 and optionaly
-NIST/Sphere 2.6 . Step 1-4 are for these modules, step 5-6 are for the
-content of Transcriber distribution.
+Transcriber relies on several software or libraries that you need to
+install first : Tcl/Tk 8.0 - 8.4, Snack 2.0, tcLex 1.2 and optionally
+NIST/Sphere 2.6. Step 1-4 are
+for these modules, step 5-6 are for the content of Transcriber
+distribution.
1. If Tcl/Tk version 8.0 or higher is not already installed on your
- system, get it on Scriptic's server :
+ system, get it on Scriptics' server :
http://www.scriptics.com/products/tcltk/choose.html
@@ -91,7 +92,7 @@
$ make install
Do the same for Tk. If you choose to install into a different
- directory, make sure to set the environnement variables of your system
+ directory, make sure to set the environment variables of your system
(e.g., PATH and LD_LIBRARY_PATH) to the right values.
2. This step is needed only if you plan to use Sphere sound file format
@@ -167,8 +168,8 @@
5. Extract the source archive of Transcriber, compile and install it:
- $ gunzip -c Transcriber-1.4.tar.gz | tar xf -
- $ cd Transcriber-1.4/src
+ $ gunzip -c Transcriber-1.XX.tar.gz | tar xf -
+ $ cd Transcriber-1.XX/src
$ ./configure --with-snack=... --with-tcl=... --with-tk=... --prefix=...
$ make
$ make install
@@ -181,7 +182,7 @@
NB - If you change the directory structure after installation, you have
to edit 'trans' launcher script and give the right absolute path:
- TRANSPATH=... (the lib path where transcriber1.4 sub-dir is to be
+ TRANSPATH=... (the lib path where transcriber1.XX sub-dir is to be
found)
7. Test it !
@@ -195,7 +196,7 @@
Distribution structure:
* Structure of the source distribution :
- o Transcriber-1.4/
+ o Transcriber-1.XX/
+ README_WINDOWS . .instructions to install Transcriber on Windows
+ README_LINUX . .instructions to install Transcriber on Unix/Linux
+ COPYING
@@ -213,7 +214,7 @@
o lib/ =>
+ snack2.0/
+ tcLex1.2/
- + transcriber1.4/ =>
+ + transcriber1.XX/ =>
+ libtrans.so
+ pkgIndex.tcl
+ tcl/
--- a/README_WINDOWS.txt
+++ b/README_WINDOWS.txt
@@ -101,13 +101,13 @@
in c:\TransBin. This tool embeds in a single executable file all what you need
to source Tcl an Tk script files. To source Transcriber, you just have to
launch Tclkit and type :
- source c:\TransBin\lib\Transcriber1.4\tcl\Main.tcl
+ source c:\TransBin\lib\Transcriber1.XX\tcl\Main.tcl
Note, that if you prefer to use Active Tcl (http://www.activestate.com/), in that case
you don't have to install Snack because it is included in it. And if you want to launch
Transcriber, you just have to launch Wish and then type:
- source c:\TransBin\lib\Transcriber1.4\tcl\Main.tcl
+ source c:\TransBin\lib\Transcriber1.XX\tcl\Main.tcl
The Tclkit solution is preferred to Active Tcl because it enables to create a
single setup package for Transcriber which includes: the Transcriber binary and
@@ -118,7 +118,7 @@
Distribution structure:
* Structure of the source distribution :
- o Transcriber-1.4/
+ o Transcriber-1.XX/
+ README_WINDOWS . .instructions to install Transcriber on Windows
+ README_LINUX . .instructions to install Transcriber on Unix/Linux
+ COPYING
@@ -136,7 +136,7 @@
o lib/ =>
+ snack2.25-tcl/
+ tcLex1.2/
- + transcriber1.4/ =>
+ + transcriber1.XX/ =>
+ libtrans.dll
+ pkgIndex.tcl
+ tcl/
|