Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Version 24 (modified by simon, 17 years ago) (diff)

Windows

TracNav(TracNav/TOC)?

Brute force version

  1. First you will need subversion from [subversion.tigris.org]. There is also a GUI version out there at http://tortoisesvn.tigris.org (The commandline svn is probably the right choice if you are experienced with the shell, and for advanced work)
  2. Download and install mingw
  3. Download and install msys
    1. choose another path than minGW for msys installation
    2. while installing say twice yes (y)
    3. give the exact path to the minGW directory, so msys can configure the important links.
  4. Install msysDTK to the same direcory as msys.
  5. extract the toMSYS.rar to msys.
  6. extract the toMinGW.rar to mingw.
  7. Download and install the newest version of Trolltech's Qt at http://www.trolltech.com
  8. optionally you can always download the runtime libraries

Compilation

  1. start msys
  2. goto the project directory
  3. run
     $ ./autogen.sh
     $ ./configure
     $ make
    

(note that all packages can be downloaded from from http://mingw.org)

Attachments (5)

Download all attachments as: .zip