]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/contributor/quick-start.itexi
Update CG with new location for lilydev (Issue 2031)
[lilypond.git] / Documentation / contributor / quick-start.itexi
index e56eab872219a4d8d2d66461b1178fba662e197f..9a23906da45c45a143db284949817d9cf4da2da4 100644 (file)
@@ -59,13 +59,13 @@ Download the Ubuntu LilyPond Developer Remix disk image:
 (approximately 1 GB)
 
 @example
-@uref{http://files.lilynet.net/ubuntu-lilydev-remix-1.1.iso}
+@uref{http://www.et.byu.edu/~sorensen/ubuntu-lilydev-remix-1.1.iso}
 @end example
 
 @advanced{Some users might want these files, but if you don't
 recognize what they are, then you don't want them:
 @*
-@uref{http://files.lilynet.net/ubuntu-lilydev-remix-1.1.iso.md5}
+@uref{http://www.et.byu.edu/~sorensen/ubuntu-lilydev-remix-1.1.iso.md5}
 @c @*
 @c @uref{http://files.lilynet.net/ubuntu-lilydev-remix-1.0.iso.torrent}
 }
@@ -129,9 +129,9 @@ client.
 Not all hardware is supported in all virtualization tools.  In
 particular, some contributors have reported problems with USB
 devices, for example USB network adapters.  If you have problems
-with network connection (for example internet connection in the 
+with network connection (for example internet connection in the
 host system is lost when you launch virtual system), try installing
-and running Lilydev with your computer's built-in network adapter 
+and running Lilydev with your computer's built-in network adapter
 used to connect to the network.
 If you would like to investigate further, then look for
 help for your virtualization tool using your normal OS as the
@@ -263,7 +263,7 @@ Click on the @qq{Get source} button.
 
 This will create a directory called @file{lilypond-git/} within
 your home directory, and will download the source code into that
-directory (around 55Mb).  When the process is finished, the
+directory (around 121Mb).  When the process is finished, the
 @qq{Command output} window will display @qq{Done}, and the button
 label will change to say @qq{Update source}.
 
@@ -284,13 +284,6 @@ You should now progress to @ref{Compiling with lilydev}.
 input should be entered from @file{~/lilypond-git/}.  This is
 referred to as the @emph{top source directory}.}
 
-@advanced{the @qq{Get source} button does not fetch the entire
-history of the git repository, so utilities like @command{gitk}
-will only be able to display the most recent additions.  As you
-continue to work with @command{lily-git.tcl}, the @qq{Update
-source} button will take any new additions and add it to whatever
-is currently in your repository's history.}
-
 
 @node Daily use of lily-git.tcl
 @unnumberedsubsec Daily use of @command{lily-git.tcl}
@@ -448,6 +441,7 @@ will likely take 2 to 10 hours.
 
 @example
 cd ~/lilypond-git/build/
+make
 make doc
 @end example