getwinegit.sh-README

 :: Intro
getwinegit is a script which was designed to download/update, compile and install the current wine-git-source-tree.

 :: Usage
Usage: /usr/bin/getwinegit.sh -mode

modes:
 -0   update the local source-tree
 -1   + compile the source
 -2   + install
 -3   no update; just compile the local source-tree and install

 -h   help ;)

 :: Install
Just copy getwinegit.sh wherever you want, make it executable and create a softlink at /usr/bin. Then (or before) configure the script by editing the variables in the head with your favourite editor. (minimum is to set ENABLE="yes")

 GIT		Path to your git-binary (default is /usr/bin/git)
 MAKE		Path to your make-binary (default is /usr/bin/make)
 GCC		Path to your gcc-binary (default is /usr/bin/gcc)
 APP		The name of the app which's sources we want to fetch and compile
 GITROOT	The GIT-Repository from where we want to fetch the sources
 SRC		Your Source-Directory (default is /usr/src)
 TARGET		The Sub-Directory where the sources will get stored
 LOG		Location of the Logfile that getwinegit.sh creates
 DEFAULT_MODE	The Mode in which getwinegit.sh should operate if NO Parameter is given. (default is 2) By default this Feature is commented out. To enable, remove the rhomb at the beginning of the line.

getwinegit.sh needs some packages to function properly. Go install the following ones: gcc, make, curl, bison, flex, git. I hope i did not forget any.

 :: Supported Shells
Known working shells are: bash, sh, ksh, zsh.

 :: Changes
0.21		minor enhancements, no new features but it's worth a release ;)
		- Small changes in the logger
		- Better errorcatching for config-vars
		- Enhanced readme

0.2		first stable release.

 :: Future?
Tell me what you need and i will implement it... maybe :D

 :: Where are you at home?
gladiac.onetrix.net

 :: Bugs?
Report them to gladiac at gmail dot com ;)



