You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,7 @@ To build the LibPack locally, you will need the following:
15
15
* Python >= 3.8 (**not** used inside the LibPack itself, just used to run the creation script)
16
16
* The "requests" Python package (e.g. 'pip install requests')
17
17
* The "diff-match-patch" Python package (e.g. 'pip install diff-match-patch')
18
-
* Qt - the base installation plus Qt Image Formats, Qt Webengine, Qt Webview, and Qt PDF
19
-
* NOTE: The two Web requirements will be dropped from the LibPack before it is released
18
+
* Qt - the base installation plus Qt Image Formats and Qt PDF
20
19
* GNU Bison (for Windows see https://github.com/lexxmark/winflexbison/)
21
20
22
21
With those pieces in place, the next step is to configure the contents of the LibPack by editing `config.json`. This file
@@ -36,8 +35,6 @@ installation, only the config.json file needs to be edited to include the new de
36
35
To change the way a package is compiled, you edit its entry in `compile_all.py`. See the contents of that file for various
37
36
examples.
38
37
39
-
**NOTE**: In this prerelease LibPack 3.0 builder, you will need to apply the contents of https://github.com/FreeCAD/FreeCAD/pull/10337 to your FreeCAD build.
0 commit comments