]>
Commit | Line | Data |
---|---|---|
526ddb13 GL |
1 | To build Makefile with automake: |
2 | in the top source directory type: | |
3 | automake utils/wxMMedia2/Makefile | |
4 | in the top build directory type: | |
5 | mkdir -p utils/wxMMedia2 | |
6 | CONFIG_FILES="utils/wxMMedia2/Makefile utils/wxMMedia2/lib/Makefile utils/wxMMedia2/sample/Makefile" CONFIG_HEADERS= ./config.status | |
7 | ||
8 | and then you can run make in utils/wxMMedia2. |