diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2026-04-30 22:29:56 -0700 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2026-04-30 22:29:56 -0700 |
| commit | e58070342320120f728d1474c4fc6b89cf961319 (patch) | |
| tree | 5468452434574e5e09430c06d263ec69897fa254 | |
| parent | 2233190fb7cfd92173acaa3aae8f650bd6b16aa6 (diff) | |
...
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ We are supposed to be able to build binaries so.... flet build macos -v ``` -#### fails +#### FAILS flet build uses a pile of google provided ruby named flutter. One of its dependencies is cocoapods. Which doesn't play well with the arcane version of ruby that is still the default on macos tahoe. @@ -109,7 +109,7 @@ But it looks and feels more like a mac app. ### cross compiling on the mac (FAIL) -I have a few raspberry pi's which have displays and which I plan to embed in various things throwing up a nice display quickly is very appealing. So my first thought was to cross compile from the mac to linux. (I knew this was a long shot) +I have a few raspberry pi's which have displays and which I plan to embed in various things. Throwing up a nice display quickly is very appealing. So my first thought was to cross compile from the mac to linux. (I knew this was a long shot). ```sh feurig@pj tryfle % flet build linux --arch=aarch64 |
