mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
21 lines
322 B
Plaintext
21 lines
322 B
Plaintext
How to build:
|
|
|
|
1. If you are building from cloned Git repository, make sure to update the
|
|
submodules as well:
|
|
|
|
$ git submodule init
|
|
$ git submodule update
|
|
|
|
Then run autoreconf
|
|
|
|
$ autoreconf -if
|
|
|
|
2. Build OTS
|
|
|
|
$ ./configure
|
|
$ make
|
|
|
|
3. Run the tests (if you wish)
|
|
|
|
$ make check
|