Changeset 5d401f2c50 in tspsg for INSTALL.txt


Ignore:
Timestamp:
Apr 28, 2010, 1:38:10 AM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
f2ff738751
Parents:
20015b41e7
git-author:
Oleksii Serdiuk <contacts@…> (04/28/10 01:38:10)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:41:31)
Message:

+ Added ChangeLog?, Installation Guide and License pages to doxygen generated documentation.

  • Added city and separator parameters to CTSPSolver::getSortedPath() method to make path generation more flexible.
  • Fixed a bug when the solution graph wasn't drwan correctly in some situations.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL.txt

    r20015b41e7 r5d401f2c50  
    3535or higher.
    3636
     37NOTE: Please, note that there will be some regressions in functionality
     38if your version of \em Qt is lower than the recommended.
     39
    3740
    3841
     
    164167    C:\Qt\bin\lrelease tspsg.pro
    165168    C:\Qt\bin\qmake tspsg.pro CONFIG+=release
    166         nmake
     169    nmake
    167170
    168171If make step finished without errors you can install TSPSG by running
     
    188191    lrelease tspsg.pro
    189192    qmake tspsg.pro CONFIG+=release
    190         nmake
     193    nmake
    191194
    192195There is no automated installation process for Windows Mobile build. To
     
    217220    make release-gcce
    218221
    219 NOTE: You need to unpack the source on the same drive as Qt and Symbian
    220 development tools.
     222WARNING: You need to unpack the source to the same drive as Symbian SDK
     223and the path must not contain any spaces or TSPSG won't build.
    221224
    222225If make step finished without errors you can generate sis installation
     
    299302qmake doesn't always enclose installation paths in quotes. This may
    300303cause some files not to be installed or removed when their path
    301 contains quotes. In this case it is safe to delete this files and TSPSG
    302 installation directory manually.
     304contains spaces. In this case it is safe to delete these files and
     305TSPSG installation directory manually.
    303306
    304307
Note: See TracChangeset for help on using the changeset viewer.