blob: d5c2c9c8e7d2e3de7b4bed21ecc9f6bd6c904017 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
========================================================================
usage:
1. configure
make config|f [PLAT=ios|android|linux|mac|mingw|cygwin] [ARCH=x86|x64|armv5te|armv6|armv7|armv7s|arm64] [DEBUG=y|n] [SMALL=y|n] [DEMO=y|n] [PROF=y|n] [PREFIX=..] [BIN=] [PRE=] [SDK=]
2. build
make [all]
make rebuild|r
3. update build
make update|u
4. clean build
make clean|c
5. install
make install|i
6. make info
make error|e
make output|o
make warning|w
7. make document
make doc|d
8. help
make help|h
|