forked from openlp/openlp
Fixed the documentation section of the script
This commit is contained in:
parent
35875b7008
commit
fe3453a7a5
@ -61,7 +61,7 @@ PyInstaller
|
|||||||
|
|
||||||
To install PyInstaller, first checkout trunk from Subversion. The easiest
|
To install PyInstaller, first checkout trunk from Subversion. The easiest
|
||||||
way is to install TortoiseSVN and then checkout the following URL to a
|
way is to install TortoiseSVN and then checkout the following URL to a
|
||||||
directory called "pyinstaller".
|
directory called "pyinstaller"::
|
||||||
|
|
||||||
http://svn.pyinstaller.org/trunk
|
http://svn.pyinstaller.org/trunk
|
||||||
|
|
||||||
@ -83,17 +83,19 @@ windows-builder.py
|
|||||||
psvince.dll
|
psvince.dll
|
||||||
This dll is used during the actual install of OpenLP to check if OpenLP is
|
This dll is used during the actual install of OpenLP to check if OpenLP is
|
||||||
running on the users machine prior to the setup. If OpenLP is running,
|
running on the users machine prior to the setup. If OpenLP is running,
|
||||||
the install will fail. The dll can be obtained from here:
|
the install will fail. The dll can be obtained from here::
|
||||||
http://www.vincenzo.net/isxkb/index.php?title=PSVince)
|
|
||||||
|
|
||||||
The dll is presently included in .\resources\windows
|
http://www.vincenzo.net/isxkb/index.php?title=PSVince)
|
||||||
|
|
||||||
|
The dll is presently included in .\\resources\\windows
|
||||||
|
|
||||||
Mako
|
Mako
|
||||||
Mako Templates for Python. This package is required for building the
|
Mako Templates for Python. This package is required for building the
|
||||||
remote plugin. It can be installed by going to your
|
remote plugin. It can be installed by going to your
|
||||||
python_directory\scripts\.. and running "easy_install Mako". If you do not
|
python_directory\scripts\.. and running "easy_install Mako". If you do not
|
||||||
have easy_install, the Mako package can be obtained here:
|
have easy_install, the Mako package can be obtained here::
|
||||||
http://www.makotemplates.org/download.html
|
|
||||||
|
http://www.makotemplates.org/download.html
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user