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
+2-36Lines changed: 2 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,40 +23,6 @@ This script reads a configuration folder of JSON files, or a single JSON configu
23
23
24
24
python3 -m pip install virtualenv
25
25
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
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.
187
153
188
154
Platform Load Exceptions. Pass platform-id values. Select multiple platform ids by seperating with `,`.
189
155
190
-
e.g. `--plex=filament,firebase-cpp-sdk`
156
+
e.g. `--plex=flatpak,firebase-cpp-sdk`
191
157
192
158
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`.
193
159
194
160
#### --enable="..."
195
161
196
162
Enable Platform Configuration(s). Pass platform-id values. Select multiple platform ids by seperating with `,`.
197
163
198
-
e.g. `--enable=filament`
164
+
e.g. `--enable=flatpak`
199
165
200
166
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`.
0 commit comments