Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 443 Bytes

BUILDING.md

File metadata and controls

20 lines (14 loc) · 443 Bytes

Building Anywherelan

Dependencies

  • Go (1.21)
  • Git
  • gomobile and Android Studio for Android (see more)
  • Flutter (3.13)

Build

The first step is to clone awl and awl-flutter in one parent directory.

cd awl
./build.sh release
ls build

See build.sh for more details.