Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ This section is as much for my benefit as for yours. Eventually, I hope to make
python ./tools/build.py --no-goma -m release libdart
```
* Revert the changes made to build files to leave a clean copy of the dart-sdk (this makes updating easier)
* Generate build scripts with genie (located in tools/[platform]) e.g.
* Generate build scripts with genie:
```bash
// Windows
tools/win/genie.exe vs2022
// MacOS
./tools/mac/genie xcode11
```
* Note only the Visual Studio target will work right now, as it's the only one I've tested.
* Open the generated build files (in ./.build/projects/[arch_platform]) and build the project.
* Build.
* Run one of the examples!
Expand Down