Skip to content

Commit d58a526

Browse files
committed
Update Readme.md
1 parent 49328f5 commit d58a526

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Readme.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ To build the LibPack locally, you will need the following:
1515
* Python >= 3.8 (**not** used inside the LibPack itself, just used to run the creation script)
1616
* The "requests" Python package (e.g. 'pip install requests')
1717
* 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
2019
* GNU Bison (for Windows see https://github.com/lexxmark/winflexbison/)
2120

2221
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
3635
To change the way a package is compiled, you edit its entry in `compile_all.py`. See the contents of that file for various
3736
examples.
3837

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.
40-
4138
## Running the build script ##
4239

4340
```

0 commit comments

Comments
 (0)