Christian Lachner wrote:
I decided to make this release a bit more complete than the other ones i did before. Bugfree (i hope ;)) and with readme. current version is 0.2. this is the readme's content:
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")
:: Changes 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 ;)
Thanks for reading, bye glad
Intersting, do you know of any platform-specific problem that may occur? The BSDs use their own 'sh' per default, and it is known to behave differently than the 'sh' in Solaris and GNU bash. I would like to assist you in working out all the knacks in the code.s