File: ReadMe.txt

package info (click to toggle)
freespace2-launcher-wxlauncher 0.11.0%2Bdfsg-1
  • links: PTS, VCS
  • area: contrib
  • in suites: stretch
  • size: 2,372 kB
  • ctags: 1,443
  • sloc: cpp: 13,446; python: 797; makefile: 13; sh: 12
file content (10 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
These .py files are scripts that build help build the files required for wxLauncher.

== version.cpp.maker.py ==
Generates version.cpp. Only requires that mecurial (hg) is in system path.

== onlinehelpmaker.py ==
Generates the online (linked in with the wxLauncher) help for wxLauncher.  Has several dependencies:

 - http://pypi.python.org/pypi/setuptools - only needed with python 2.5 and older, all newer versions of python have this package already.
 - http://www.freewisdom.org/projects/python-markdown/Installation