Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jun 26, 2020
1 parent c5e7570 commit 1b0f816
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,24 @@ We assume that you are already familiar with the
Debian Linux and variants
-------------------------

Simply run the script `create-deb`. See the comments in the script
in the first few rows to learn which packages must be installed
in advance.
Simply run the script `create-deb` from command line. See the comments in
the script in the first few rows to learn which packages must be
installed in advance.

Microsoft Windows
-----------------

Before running the script from command line `deploy-win.bat` you
need to add the path of tools `windeployqt.exe` and `binarycreator.exe`
to the environmental system variable PATH.
Before running the script `deploy-win.bat` from command line you need to
add the path of tools `windeployqt.exe` and `binarycreator.exe` to the
environmental system variable PATH.

To avoid problems with finding certain files, you should make sure
that there is no special character in the full path of the `XaoS` folder.
Otherwise some files may be missing from the installation bundle
(for example, the .cat files).
To avoid problems with finding certain files, you should make sure that
there is no special character in the full path of the `XaoS` folder.
Otherwise some files may be missing from the installation bundle (for
example, the .cat files).

MacOS
-----

Before running the script `deploy-mac` from command line you need to add
the path of tool `macdeployqt` to the environmental system variable PATH.

0 comments on commit 1b0f816

Please sign in to comment.