mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 12:08:16 +08:00
27 lines
402 B
Plaintext
27 lines
402 B
Plaintext
HOW TO BUILD:
|
|
------------------------------------
|
|
linux:
|
|
1. automake & autoconf
|
|
./autogen.sh
|
|
./configure
|
|
make
|
|
sudo make install;
|
|
|
|
|
|
2. gyp build
|
|
./build_proj.sh
|
|
cd proj
|
|
make
|
|
|
|
|
|
------------------------------------
|
|
windows:
|
|
|
|
1. Install Active Python 2.7 on your windows system and register path environment variables.
|
|
|
|
2. Build project
|
|
./build_proj.bat
|
|
cd vcproj
|
|
<open "picasso.sln" with visual studio>
|
|
|