The top level directory of the build tree is seti_boinc. You will need to build the
boinc library/api such that the seti_boinc build can find it. See seti_boinc/m4/sah_check_boinc.m4
for the complete list of possible locations. An easy way to arrange things is to put boinc
and seti_boinc at the same level:
my_build_dir/
boinc/
seti_boinc/
Once this is set up and you have built boinc,
cd into seti_boinc and:
./configure
make
Testing Your Build
Copy your application executable into seti_boinc/client/test_workunits.
In that directory rename reference_work_unit.sah to work_unit.sah.