eba97b0774b3d0bd8ea7b85dc2f89c3108255df7 hiram Thu Jul 18 10:52:11 2013 -0700 the git fetch command now uses the beta branch not the HEAD refs #9149 diff --git src/userApps/README src/userApps/README index b9e7d86..b49bb60 100644 --- src/userApps/README +++ src/userApps/README @@ -44,31 +44,31 @@ 1. Fetch the userApps directory: Alternative to 'git' command, a gzipped tar file is available with all the source, via FTP or HTTP: ftp://hgdownload.cse.ucsc.edu/apache/htdocs/admin/exe/userApps.src.tgz http://hgdownload.cse.ucsc.edu/admin/exe/userApps.src.tgz Unpacking that file (tar xvzf userApps.src.tgz) creates a directory: ./userApps/ with all the source. Proceed to step 2 to build this directory. Using 'git' to fetch the source, creates a directory ./userApps/ git archive --format=zip -9 \ --remote=git://genome-source.cse.ucsc.edu/kent.git \ - HEAD src/userApps > userApps.zip + beta src/userApps > userApps.zip unzip -d userApps -j userApps.zip cd userApps make fetchSource 2. Build the utilities: cd userApps make This build fetches (with git) approximately 200 Mb/7,800 files of kent source code, and constructs about 223 command binaries of approximate size near 600 Mb. The resulting binaries are in ./userApps/bin/ Note: there are no required shell environment settings as discussed