mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-03 04:27:44 +08:00
6 lines
174 B
Bash
Executable File
6 lines
174 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./tools/gyp/gyp --depth=./ picasso.gyp --generator-output=proj
|
|
echo "Please change dir to \"proj\" and type \"make\" or \"make BUILDTYPE=Release\""
|
|
echo "...\n"
|