= Building Wrapper/VboxWrapper for Release = == Update Version Information == Update the following files: * version.h * configure.ac * win_build/ Commit and push changes to git. == Create Git Tag == Create a new tag for the release. Wrapper: {{{ wrapper/ }}} Vboxwrapper: {{{ vboxwrapper/ }}} Commit and push changes to git. == Build == === Windows === Execute a Visual Studio command prompt from boinc/winbuild: {{{ $> buildenv.cmd type release platform $> build $> }}} Zip up the EXE and corresponding PDB file into a zip file and upload to the BOINC sever. === Linux === Execute from boinc/: {{{ $> ./_autosetup $> ./configure --disable-server --disable-client --disable-manager $> make clean $> make $> cd samples/ $> make clean $> make $> strip $> mv $> zip .zip }}} Zip up the executable into a zip file and upload to the BOINC sever. === Mac === Follow the instructions in boinc//ReadMe.txt for building the wrapper.