-
Notifications
You must be signed in to change notification settings - Fork 0
Home
luolin edited this page Feb 17, 2014
·
3 revisions
Welcome to the autobuilder wiki!
version ->2.0
env ->just for linux or unix platform, with gcc or clang compiler, now only test on bash.
aim ->just for convenient, little learning costs.
new features:
1. support build .so and .a!
2. support ccache
3. support multiple-tasks compile at the same time.
first of all. you must put your all src-files in "src" dir which is in program root dir.
/xx/xx/PROGRAM_ROOT/src: here put your all src-files!!!
1. move all dir in autobuilder to your program root dir, command just like:
mv autobuilder/* /XXXX/XXXX/PROGRAM_ROOT
2. modify 'makefile.conf' in 'build' dir, add your own define, such as -I/dir or -llib...and so no!
3. ./configure, get detail by command:
./configure --help or ./configure -h
4. make
5. make install
6. make clean
7. make distclean
hengpan and jiaxin's help me test!
author louluo