X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=README;h=35118da0913a0cae7430a481132bc5623b778eb2;hp=741432302e613de2b2ab589c41f2321fbdefcc8b;hb=c79cca04bed78839a18e73f3996805eb8001a812;hpb=03c9e48f88fa8b681b77c6c35d6da0a0e838a7e8 diff --git a/README b/README index 741432302e..35118da091 100644 --- a/README +++ b/README @@ -258,6 +258,9 @@ options may be available there: --enable-httpd Enable builtin httpd server - useful for standalone OpenOCD implementations + --disable-doxygen-html Disable building Doxygen manual as HTML. + --enable-doxygen-pdf Enable building Doxygen manual as PDF. + Miscellaneous Configure Options ------------------------------- @@ -335,7 +338,7 @@ all operating systems used with OpenOCD. You may, however, build such copies for personal use. The FTDICHIP drivers come as either a (win32) ZIP file, or a (Linux) -TAR.GZ file. You must unpack them ``some where'' convient. As of this +TAR.GZ file. You must unpack them ``some where'' convenient. As of this writing FTDICHIP does not supply means to install these files "in an appropriate place." @@ -385,6 +388,11 @@ choice from the main repository: git://openocd.git.sourceforge.net/gitroot/openocd/openocd +You may prefer to use a mirror: + + http://repo.or.cz/r/openocd.git + git://repo.or.cz/openocd.git + Using the GIT command line client, you might use the following command to set up a local copy of the current repository (make sure there is no directory called "openocd" in the current directory): @@ -396,9 +404,10 @@ Then you can update that at your convenience using git pull There is also a gitweb interface, which you can use either to browse -the repository or to downlad arbitrary snapshots using HTTP: +the repository or to download arbitrary snapshots using HTTP: http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd + http://repo.or.cz/w/openocd.git Snapshots are compressed tarballs of the source tree, about 1.3 MBytes each at this writing.