Changes between Version 10 and Version 11 of QtWebKitDocContrib


Ignore:
Timestamp:
Jun 28, 2010 2:34:50 AM (14 years ago)
Author:
Henry Haverinen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitDocContrib

    v10 v11  
    1414The qdoc3 markup is a simple wiki-like format. The qdoc3 tool is documented here: http://qt.gitorious.org/qt/pages/DocManual.
    1515
    16 For Windows users, the easiest way to get the qdoc3 command line tool is to install the Qt SDK for Windows use the Qt command prompt from the Qt SDK folder in Start menu. Alternatively, you can install Qt SDK and add Qt's bin directory to your PATH environment variable. For instance, if you install Qt SDK version 2010.3 to the default location, the qdoc3.exe tool will be in C:\Qt\2010.03\qt\bin.
     16For Windows users, the easiest way to get the qdoc3 command line tool is to install the Qt SDK for Windows and add Qt's bin directory to the system's PATH environment variable in the Windows Control Panel. For instance, if you install Qt SDK version 2010.3 to the default location, the qdoc3.exe tool will be in C:\Qt\2010.03\qt\bin.
    1717
    1818On Mac OS X, the qdoc3 binary has not been previously included in the Qt SDK, but as of Qt 4.7 Beta II (to be released soon at the time of writing), the qdoc3 binary is included in the Qt SDK. After installation, qdoc3 should already be in the PATH.
     
    2424Before you can use Gitorious.org, you need to install git on your computer. Here are some instructions for git installation on different platforms: http://git-scm.com/download
    2525
    26  * On Windows, you can get git by installing Cygwin (from the link above). Cygwin is a distribution for several different tools, so during the installation, Cygwin will ask you to select the packages you want to install. Make sure you install at least the git package, and possibly also git-gui, a graphical user interface for git. The git package may not be installed by default. If you want to use a regular command prompt or the Qt command prompt on Windows, you need to add the bin directory of the Cygwin installation to your PATH environment variable. The default location is C:\cygwin\bin. Alternatively, you can use the Cygwin Bash Shell from the Windows Start menu (in this case you need to have the qt binary directory in the PATH that the Cygwin Bash Shell is using).
     26 * On Windows, you can get git by installing Cygwin (from the link above). Cygwin is a distribution for several different tools, so during the installation, Cygwin will ask you to select the packages you want to install. Make sure you install at least the git package, and possibly also git-gui, a graphical user interface for git. The git package may not be installed by default. If you want to use a regular command prompt or the Qt command prompt on Windows, you need to add the bin directory of the Cygwin installation to your PATH environment variable. The default location is C:\cygwin\bin.
    2727
    2828After installing git, you can verify your installation by typing {{{git}}} on the command line. If git has been installed and included in your PATH, you will see  a list of most commonly used git commands.