Difference between revisions of "Autobuild/Cygwin"
m |
m (Text replacement - "hg.secondlife.com" to "bitbucket.org/lindenlab") |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{delete|This page is incorrect, orphaned, and has been rewritten much better at [[Viewer 2 Microsoft Windows Builds]]}} | |||
Previously, Windows users with a "native" Python install were advised to avoid the Cygwin shell like the plague. | Previously, Windows users with a "native" Python install were advised to avoid the Cygwin shell like the plague. | ||
However, things should be better [http:// | However, things should be better [http://bitbucket.org/lindenlab/autobuild/changeset/f6c25ce56f9f now]. We are now using the [http://packages.python.org/distribute/ distribute] extension of the python setuptools, so the autobuild application installed should now be equally executable by any shell. | ||
If you want to run autobuild directly from a mercurial checkout without installing, we still provide the autobuild.cmd wrapper. It can be used by executing the following: | If you want to run <code>autobuild</code> directly from a mercurial checkout without installing, we still provide the <code>autobuild.cmd</code> wrapper. It can be used by executing the following: | ||
ln -s /path/to/autobuild/checkout/bin/autobuild.cmd ~/bin/autobuild | ln -s /path/to/autobuild/checkout/bin/autobuild.cmd ~/bin/autobuild | ||
export PATH="$PATH:~/bin/" | export PATH="$PATH:~/bin/" | ||
or by adding /path/to/autobuild/checkout/bin to your windows PATH. | or by adding <code>/path/to/autobuild/checkout/bin</code> to your windows PATH. | ||
However, as this is trickier to set up and more error prone, it is not the primary method that we recommend in [[Autobuild#Getting_Autobuild]]. | However, as this is trickier to set up and more error prone, it is not the primary method that we recommend in [[Autobuild#Getting_Autobuild]]. |
Latest revision as of 09:13, 1 May 2015
Deletion Requested |
---|
The deletion of this article was requested for the following reason: This page is incorrect, orphaned, and has been rewritten much better at Viewer 2 Microsoft Windows Builds |
If there is a need to discuss the deletion of this article, please add your comment(s) here. |
Previously, Windows users with a "native" Python install were advised to avoid the Cygwin shell like the plague.
However, things should be better now. We are now using the distribute extension of the python setuptools, so the autobuild application installed should now be equally executable by any shell.
If you want to run autobuild
directly from a mercurial checkout without installing, we still provide the autobuild.cmd
wrapper. It can be used by executing the following:
ln -s /path/to/autobuild/checkout/bin/autobuild.cmd ~/bin/autobuild export PATH="$PATH:~/bin/"
or by adding /path/to/autobuild/checkout/bin
to your windows PATH.
However, as this is trickier to set up and more error prone, it is not the primary method that we recommend in Autobuild#Getting_Autobuild.