Changeset 7fd1756f1e in tspsg for docs/dox/install.dox
- Timestamp:
- Oct 15, 2010, 8:15:43 AM (14 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- ac9ff7c0f1, d45b48efe9
- Parents:
- 760f2aae97
- git-author:
- Oleksii Serdiuk <contacts@…> (10/15/10 08:15:43)
- git-committer:
- Oleksii Serdiuk <contacts@…> (06/29/12 19:45:58)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/dox/install.dox
r760f2aae97 r7fd1756f1e 19 19 -# \ref i_s42 20 20 -# \ref i_s43 21 -# \ref i_s43122 -# \ref i_s43223 21 -# \ref i_s44 22 -# \ref i_s441 23 -# \ref i_s442 24 24 -# \ref i_s45 25 25 -# \ref i_s46 26 -# \ref i_s47 26 27 -# \ref i_s5 27 28 -# \ref i_s6 … … 50 51 Also, the following assumptions are made: 51 52 52 - For \b Linux/UNIX : \c lrelease and \c qmake are avilable in \c $PATH.53 - For \b Linux/UNIX/BSD: \c lrelease and \c qmake are avilable in \c $PATH. 53 54 - For \b Windows (\em minGW) and \b Symbian: you have installed <em>Qt SDK</em> or 54 55 prebuilt libraries and have Start Menu items for Qt tools. … … 74 75 \subsection i_s41 GENERAL INSTALLATION PROCEDURE 75 76 77 To be able ot build \b TSPSG you need to have the following Qt modules: 78 \em QtCore, \em QtGui and \em QtSvg. The first two are required, the last one is 79 optional. To get support for additional image formats (i.e., \b JPEG and 80 \b TIFF) you'll additionally need corresponding <em>Qt imageformats</em> plugins. 81 82 If you want to build \b TSPSG without \b SVG support add \c nosvg to \c qmake 83 \c CONFIG parameter, so that qmake command will typically be: 84 85 \verbatim 86 qmake CONFIG+=release CONFIG+=nosvg 87 \endverbatim 88 89 This way you will not depend on \em QtSvg module but will not be able to 90 export solution graph in \b SVG format. 91 92 93 \b TSPSG uses \c qmake \c PREFIX parameter to determine installation path for 94 make install command. If you don't specify it when running \c qmake, it 95 will be assigned the default value depending on the platform: 96 97 <table> 98 <tr><th>Platform</th><th>Default \c PREFIX value</th></tr> 99 <tr><td>\b Linux/UNIX/BSD</td><td>\c /usr</td></tr> 100 <tr><td>\b Windows</td><td></td>\c \%PROGRAMFILES\% environment variable (usually, it is <tt>C:\\Program Files</tt>)</tr> 101 <tr><td><b>Windows CE/Mobile</b></td><td><tt>\\Program Files</tt></td></tr> 102 <tr><td>\b Symbian</td><td></td><em>\<ignored></em></tr> 103 </table> 104 105 \note Please, note that there are no installation and/or packaging 106 rules for \b MacOS and other platforms not mentioned in this table. 107 108 109 By default, \b TSPSG uses precompiled header when being built. If you 110 experience problems with it you may add \c CONFIG+=nopch parameter to 111 \c qmake to disable the generation and use of the precompiled header. 112 113 <hr> 114 115 \subsection i_s42 GENERAL INSTALLATION PROCEDURE 116 76 117 On most platforms the general building and installation procedure is: 77 118 … … 87 128 <hr> 88 129 89 \subsection i_s4 2 LINUX/UNIX130 \subsection i_s43 LINUX/UNIX/BSD 90 131 91 132 Open a shell, navigate to the directory where you have \b TSPSG source … … 126 167 depending on your distribution. 127 168 128 By default, executable will go to \c /usr/bin, \c COPYING.txt and \c README.txt will go 129 to \c /usr/share/TSPSG, translations will go \c /usr/share/TSPSG/l10n, all docs 130 will go to <tt>/usr/share/doc/TSPSG-\<VERSION></tt>. 131 132 <hr> 133 134 \subsection i_s43 WINDOWS 169 The executable goes to \c \<PREFIX>/bin; \c COPYING, \c ChangeLog.txt, \c README.txt 170 and \c INSTALL.txt go to \c \<PREFIX>/share/doc/TSPSG-\<VERSION>. 171 172 <hr> 173 174 \subsection i_s44 WINDOWS 175 176 \b TSPSG will be installed to \c \<PREFIX>\\TSPSG folder. 135 177 136 178 \note Please, read the section \ref i_s7 after reading this section. 137 179 138 \subsubsection i_s4 31 USING MINGW180 \subsubsection i_s441 USING MINGW 139 181 140 182 Unpack the downloaded source code of \b TSPSG with your favourite … … 157 199 \endverbatim 158 200 159 \b TSPSG will be installed to \c \%PROGRAMFILES\%\\TSPSG folder (usually, it is 160 <tt>C:\\Program Files\\TSPSG</tt>). 161 162 163 \subsubsection i_s432 USING VISUAL STUDIO 201 202 \subsubsection i_s442 USING VISUAL STUDIO 164 203 165 204 Unpack the downloaded source code of \b TSPSG with your favourite … … 180 219 \endverbatim 181 220 182 \b TSPSG will be installed to \c \%PROGRAMFILES\%\\TSPSG folder (usually, it is 183 <tt>C:\\Program Files\\TSPSG</tt>). 184 185 <hr> 186 187 \subsection i_s44 WINDOWS CE/MOBILE 221 <hr> 222 223 \subsection i_s45 WINDOWS CE/MOBILE 188 224 189 225 Unpack the downloaded source code of \b TSPSG with your favourite … … 215 251 <hr> 216 252 217 \section i_s4 5SYMBIAN253 \section i_s46 SYMBIAN 218 254 219 255 Unpack the downloaded source code of \b TSPSG with your favourite … … 262 298 <hr> 263 299 264 \subsection i_s4 6OTHER PLATFORMS, SUPPORTED BY QT300 \subsection i_s47 OTHER PLATFORMS, SUPPORTED BY QT 265 301 266 302 While \b TSPSG is oficially supported only on \b Linux, \b Windows and <b>Windows
Note: See TracChangeset
for help on using the changeset viewer.