Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Petecerf committed Feb 19, 2021
1 parent c5accf5 commit d11b5c3
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# qt-config
IWAST Configuration Tool

# If you need to use FBS...
# How to use FBS

Make sure that:
- You use the terminal of Pycharm (really easier...)
- You have correctly installed the fbs library
- You have correctly installed NSIS on your computer (you can download it here: https://nsis.sourceforge.io/Download)
- You need to specify...
- You must work with the version ... of PyQt5
- You need to specify the path of the NSIS application in your Windows path environment variable
- You must work with the version 5.9.2 of PyQt5
- You must use Python 3.6 (not an higher version)


When all requirements are met, you can start a new project with FBS:
1. Execute the following command: fbs startproject
2. Put all your python files in the src/main/python directory
3. You can specify some parameters in the file "base.json" (src/build/settings/base.json)
4. To create an .exe file, execute the following command: fbs freeze
5. To create an installation file, execute the following command: fbs installer

If all is well, your installation file should be in the "target" repository

0 comments on commit d11b5c3

Please sign in to comment.