Skip to content

Commit 04bf879

Browse files
committed
Removed Filament references from README
1 parent 397baf9 commit 04bf879

1 file changed

Lines changed: 2 additions & 36 deletions

File tree

README.md

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -23,40 +23,6 @@ This script reads a configuration folder of JSON files, or a single JSON configu
2323

2424
python3 -m pip install virtualenv
2525

26-
-Requirements to build `filament-windows/flutter-engine-windows`
27-
28-
-Enable long path support for git
29-
30-
git config --global core.longpaths true
31-
32-
-Enable Developer Mode to allow symlink creation without Admin rights
33-
34-
On Windows 10/11, enabling Developer Mode allows non-admin users to create symlinks
35-
36-
Go to Settings > Search for developer settings
37-
Turn on Developer Mode
38-
Restart your terminal
39-
40-
-Install Windows 10 SDK from Visual Studio installer
41-
42-
if ARM64 Windows machine copy `C:\Program Files (x86)\Windows Kits\10\Debuggers\arm64` to `C:\Program Files (x86)\Windows Kits\10\Debuggers\arm64` to appease flutter/tools/gen.bat
43-
44-
-Install ninja and add to path after depot_tools
45-
46-
-Optional install WinDgb - AKA Wind-Bag
47-
48-
winget install Microsoft.WinDbg
49-
50-
-Running
51-
52-
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
53-
.\flutter_workspace.ps1 --enable "filament-windows,flutter-engine-windows"
54-
55-
-Running setup_env.ps1
56-
57-
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
58-
.\setup_env.ps1
59-
6026
### create_aot.py
6127

6228
create AOT is used to create libapp.so for use on a device. It requires an active FLUTTER_WORKSPACE.
@@ -187,15 +153,15 @@ Pass folder for storing dart and engine json files.
187153

188154
Platform Load Exceptions. Pass platform-id values. Select multiple platform ids by seperating with `,`.
189155

190-
e.g. `--plex=filament,firebase-cpp-sdk`
156+
e.g. `--plex=flatpak,firebase-cpp-sdk`
191157

192158
This option also has the impact of forcing the environmental variable `FLUTTER_WORKSPACE_<platfor id>)_LOAD=OFF`. This variable can be used reliably in a configuration type other than `dependency`.
193159

194160
#### --enable="..."
195161

196162
Enable Platform Configuration(s). Pass platform-id values. Select multiple platform ids by seperating with `,`.
197163

198-
e.g. `--enable=filament`
164+
e.g. `--enable=flatpak`
199165

200166
This option also has the impact of forcing the environmental variable `FLUTTER_WORKSPACE_<platfor id>)_LOAD=ON`. This variable can be used reliably in a configuration type other than `dependency`.
201167

0 commit comments

Comments
 (0)