Changeset 0773f1b65f in tspsg
- Timestamp:
- Apr 28, 2010, 2:13:54 AM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- e51c78af27
- Parents:
- f2ff738751
- git-author:
- Oleksii Serdiuk <contacts@…> (04/28/10 02:13:54)
- git-committer:
- Oleksii Serdiuk <contacts@…> (06/29/12 19:41:42)
- Location:
- docs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/dox/install.dox
rf2ff738751 r0773f1b65f 93 93 94 94 \verbatim 95 tar xvjf \b TSPSG-<VERSION>-src.tar.bz296 cd \b TSPSG-<VERSION>-src95 tar xvjf tspsg-<VERSION>-src.tar.bz2 96 cd tspsg-<VERSION>-src 97 97 \endverbatim 98 98 … … 127 127 128 128 By default, executable will go to \c /usr/bin, \c COPYING.txt and \c README.txt will go 129 to \c /usr/share/ \b TSPSG, translations will go \c /usr/share/\bTSPSG/l10n, all docs130 will go to <tt>/usr/share/doc/ \bTSPSG-\<VERSION></tt>.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 131 132 132 <hr> … … 157 157 \endverbatim 158 158 159 \b TSPSG will be installed to \c \%PROGRAMFILES\%\\ \bTSPSG folder (usually, it is160 <tt>C:\\Program Files\\ \bTSPSG</tt>).159 \b TSPSG will be installed to \c \%PROGRAMFILES\%\\TSPSG folder (usually, it is 160 <tt>C:\\Program Files\\TSPSG</tt>). 161 161 162 162 … … 180 180 \endverbatim 181 181 182 \b TSPSG will be installed to \c \%PROGRAMFILES\%\\ \bTSPSG folder (usually, it is183 <tt>C:\\Program Files\\ \bTSPSG</tt>).182 \b TSPSG will be installed to \c \%PROGRAMFILES\%\\TSPSG folder (usually, it is 183 <tt>C:\\Program Files\\TSPSG</tt>). 184 184 185 185 <hr> … … 208 208 and copy the following files to it: 209 209 210 - \b \b TSPSG.exe from \c release folder in the source directory.210 - \b tspsg.exe from \c release folder in the source directory. 211 211 - \b QtCore4.dll and \c QtGui4.dll from \c C:\\Qt\\bin folder. 212 212 - \b msvcr90.dll from <tt>C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\ce\\dll\\armv4i</tt> folder. … … 238 238 \endverbatim 239 239 240 You'll get \c \b TSPSG.sis file in the source directory. Copy it to your240 You'll get \c tspsg.sis file in the source directory. Copy it to your 241 241 phone and run or install it using <em>Nokia PC Suite</em>. 242 242 … … 251 251 \endverbatim 252 252 253 You'll get an \c \b TSPSG_installer.sis that will automatically download and253 You'll get an \c tspsg_installer.sis that will automatically download and 254 254 install the required <em>Qt libraries</em> on \b TSPSG installation. 255 255 -
docs/html/install.html
rf2ff738751 r0773f1b65f 161 161 <p>Open a shell, navigate to the directory where you have <b>TSPSG</b> source downloaded and type</p> 162 162 <div class="fragment"><pre class="fragment"> 163 tar xvjf \b TSPSG-<VERSION>-src.tar.bz2164 cd \b TSPSG-<VERSION>-src163 tar xvjf tspsg-<VERSION>-src.tar.bz2 164 cd tspsg-<VERSION>-src 165 165 </pre></div><p>where <VERSION> is the version of <b>TSPSG</b> you downloaded. Now run</p> 166 166 <div class="fragment"><pre class="fragment"> … … 179 179 make install 180 180 </pre></div><p>depending on your distribution.</p> 181 <p>By default, executable will go to <code>/usr/bin</code>, <code>COPYING.txt</code> and <code>README.txt</code> will go to <code>/usr/share/ <b>TSPSG</b>,</code> translations will go <code>/usr/share/<b>TSPSG/l10n</b>,</code> all docs will go to <code>/usr/share/doc/<b>TSPSG-<VERSION></code></b>.</p>181 <p>By default, executable will go to <code>/usr/bin</code>, <code>COPYING.txt</code> and <code>README.txt</code> will go to <code>/usr/share/TSPSG</code>, translations will go <code>/usr/share/TSPSG/l10n</code>, all docs will go to <code>/usr/share/doc/TSPSG-<VERSION></code>.</p> 182 182 <hr/> 183 183 <h3><a class="anchor" id="i_s43"> … … 195 195 <div class="fragment"><pre class="fragment"> 196 196 mingw32-make install 197 </pre></div><p><b>TSPSG</b> will be installed to <code>%PROGRAMFILES%\ <b>TSPSG</b> folder</code> (usually, it is <code>C:\Program Files\<b>TSPSG</code></b>).</p>197 </pre></div><p><b>TSPSG</b> will be installed to <code>%PROGRAMFILES%\TSPSG</code> folder (usually, it is <code>C:\Program Files\TSPSG</code>).</p> 198 198 <h4><a class="anchor" id="i_s432"> 199 199 USING VISUAL STUDIO</a></h4> … … 206 206 <div class="fragment"><pre class="fragment"> 207 207 nmake install 208 </pre></div><p><b>TSPSG</b> will be installed to <code>%PROGRAMFILES%\ <b>TSPSG</b> folder</code> (usually, it is <code>C:\Program Files\<b>TSPSG</code></b>).</p>208 </pre></div><p><b>TSPSG</b> will be installed to <code>%PROGRAMFILES%\TSPSG</code> folder (usually, it is <code>C:\Program Files\TSPSG</code>).</p> 209 209 <hr/> 210 210 <h3><a class="anchor" id="i_s44"> … … 221 221 </pre></div><p>There is no automated installation process for Windows Mobile build. To install <b>TSPSG</b> on your PDA you need to create a folder on your device and copy the following files to it:</p> 222 222 <ul> 223 <li><b> <b>TSPSG.exe</b> from</b><code>release</code> folder in the source directory.</li>223 <li><b>tspsg.exe</b> from <code>release</code> folder in the source directory.</li> 224 224 <li><b>QtCore4.dll</b> and <code>QtGui4.dll</code> from <code>C:\Qt\bin</code> folder.</li> 225 225 <li><b>msvcr90.dll</b> from <code>C:\Program Files\Microsoft Visual Studio 9.0\VC\ce\dll\armv4i</code> folder.</li> … … 238 238 <div class="fragment"><pre class="fragment"> 239 239 make sis 240 </pre></div><p>You'll get <code> <b>TSPSG.sis</b> file</code>in the source directory. Copy it to your phone and run or install it using <em>Nokia PC Suite</em>.</p>240 </pre></div><p>You'll get <code>tspsg.sis</code> file in the source directory. Copy it to your phone and run or install it using <em>Nokia PC Suite</em>.</p> 241 241 <dl class="note"><dt><b>Note:</b></dt><dd>You need to install <em>Qt libraries</em> on your device before installing <b>TSPSG</b>. Usually, it should be enough to install <code>qt_installer.sis</code> from the Qt installation directory.</dd></dl> 242 242 <p>Alternatively, if you have installed <em>Nokia Smart Installer</em><a class="anchor" id="cr2"></a><sup><a class="el" href="install.html#r2">[2]</a></sup> you can run</p> 243 243 <div class="fragment"><pre class="fragment"> 244 244 make installer_sis 245 </pre></div><p>You'll get an <code> <b>TSPSG_installer.sis</b> that</code>will automatically download and install the required <em>Qt libraries</em> on <b>TSPSG</b> installation.</p>245 </pre></div><p>You'll get an <code>tspsg_installer.sis</code> that will automatically download and install the required <em>Qt libraries</em> on <b>TSPSG</b> installation.</p> 246 246 <dl class="note"><dt><b>Note:</b></dt><dd>Please, be aware that you have to sign the sis file to be able to install it on your device. You can use <em>Open Signed Online</em><a class="anchor" id="cr3"></a><sup><a class="el" href="install.html#r3">[3]</a></sup> to quickly sign the sis file for your device. Alternatively, you can try to enable the installation of self-signed files in the phone settings. Please, reffer to your phone manual on the instructions how to do this.</dd></dl> 247 247 <hr/> … … 299 299 </div> 300 300 301 <hr size="1"/><address style="text-align: right;"><small>Generated on Wed Apr 28 0 2:47:142010 for TSPSG: TSP Solver and Generator by 301 <hr size="1"/><address style="text-align: right;"><small>Generated on Wed Apr 28 03:09:51 2010 for TSPSG: TSP Solver and Generator by 302 302 <a href="http://www.doxygen.org/index.html"> 303 303 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
Note: See TracChangeset
for help on using the changeset viewer.