Changes between Version 3 and Version 4 of QtWebKitDocContrib
- Timestamp:
- Jun 22, 2010, 4:37:31 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitDocContrib
v3 v4 14 14 The qdoc markup is a simple wiki-like format. The qdoc tool is documented here: http://qt.gitorious.org/qt/pages/DocManual. 15 15 16 For Windows users, the easiest way to get the qdoc3 command line tool is to install the Qt SDK for Windows and add the bin directory to the PATH. 16 For Windows users, the easiest way to get the qdoc3 command line tool is to install the Qt SDK for Windows and add the bin directory to the PATH. For instance, if you install Qt SDK version 2010.3 to the default location, the qdoc3.exe will be in C:\Qt\2010.03\qt\bin. 17 17 18 18 On 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. … … 24 24 Before you can use Gitorious.org, you need to install git on your computer. Here are some instructions for git installation on different platforms: http://help.github.com/git-installation-redirect 25 25 26 After installing git, you can verify your installation by typing {{{git}}} on the command line , to seea list of most commonly used git commands.26 After 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. 27 27 28 28 == Checking out the sources ==