Author: ks156
Date: 2009-03-19 11:37:20 +0100 (Thu, 19 Mar 2009)
New Revision: 4148

Modified:
   
software_suite_v2/tuxware/installers/unix/branches/refactoring/installers/create_tarball.sh
Log:
* Added the README.
  I wonder if the init-script, the README and the Makefile shouldn't be left out
  of the script and put in separate files. I'll see ...


Modified: 
software_suite_v2/tuxware/installers/unix/branches/refactoring/installers/create_tarball.sh
===================================================================
--- 
software_suite_v2/tuxware/installers/unix/branches/refactoring/installers/create_tarball.sh
 2009-03-19 09:22:45 UTC (rev 4147)
+++ 
software_suite_v2/tuxware/installers/unix/branches/refactoring/installers/create_tarball.sh
 2009-03-19 10:37:20 UTC (rev 4148)
@@ -164,6 +164,83 @@
        rm -r /etc/tuxdroid
        echo Done." >> tuxsetup-$VERSION-$ARCH_TAR/Makefile
 
+# Create README
+echo "Tuxsetup - Kysoh's TuxDroid base installer.
+
+Contents of package
+===============================================================================
+- TuxHTTPServer
+- Tuxdriver
+- python API
+- last firmwares
+- tuxup and DFU-programmer
+
+How to install
+==============================================================================
+1.  If a previous installation of tuxsetup is present on your computer, it's
+    recommanded to uninstall it before installing this package.
+
+2.  Be sure all dependencies are satisfied :
+    - java jre 1.6 or higher /or openJDK runtine environment 1.6 or higher
+      (java -version to know the version of your java installation)
+    - python-setuptools 
+    - python-dev
+    - python-xml
+    - python-ctypes
+    - libstdc++5
+    - portaudio2
+    - sox
+    - lame
+
+3.  To install the package, run 'make install' as root. 
+
+4.  Start the server :
+       tuxhttpserver --start as root.
+    
+    If you want to start automatically the server at startup, you have to
+    install an init script on /etc/init.d or /etc/rc.d (depending of the
+    distribution). 
+    You will find example scripts on the 'examples' directory, present on this
+    archive.
+
+    Installation of the scripts on the differents runlevels is depending of 
your
+    distribution. For more informations or helps, please see your distribution
+    help files, or go to 
+       http://wiki.tuxisalive.com/index.php/How_to_install_on_Linux
+
+    If you write an init script for your distribution, you can add it and 
+    explain how to install it on the wiki page, or send it to :
+       [email protected] 
+
+5.  Tesing your installation :
+    - Open a new python terminal :
+      >>> from tuxisalive.api.sh import *
+      >>> tux.eyes.on(2) # The eyes should blink one time.
+      >>> exit()
+
+Additional installation : 
+===============================================================================
+
+For the Text To Speech function, the additional installation of the voice 
files is required.
+
+Get them here: http://www.kysoh.com/
+
+Download the language of choice, unpack and run the included wizard. 
+
+To test your language installation, restart the server and open a new python 
+terminal :
+  >>> from tuxisalive.api.sh import *
+  >>> TuxAPI is connected.
+  >>> tux.tts.speak("test") # Tux should say "test"
+  >>> exit()
+
+Informations
+===============================================================================
+For more installation about TuxDroid or this installer, please visit :
+  - www.kysoh.com       : commercial website
+  - www.tuxisalive.com  : developers website
+  - wiki.tuxisalive.com : wiki pages" >> tuxsetup-$VERSION-$ARCH_TAR/README
+
 # Create the debian file
 mv $MIRROR tuxsetup-$VERSION-$ARCH_TAR/
 tar -czf tuxsetup-$VERSION-$ARCH_TAR.tar.gz tuxsetup-$VERSION-$ARCH_TAR


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to