| 237 | == Premade vboxwrapper executables == |
| 238 | |
| 239 | See the [https://boinc.berkeley.edu/wiki/Vboxwrapper_release_notes vboxwrapper release notes]. |
| 240 | |
| 241 | Windows: |
| 242 | |
| 243 | x64: [https://boinc.berkeley.edu/dl/vboxwrapper_26204_windows_x86_64.zip vboxwrapper_26204_windows_x86_64.zip] |
| 244 | |
| 245 | Mac OS X: |
| 246 | |
| 247 | x64: [https://boinc.berkeley.edu/dl/vboxwrapper_26204_x86_64-apple-darwin.zip vboxwrapper_26204_x86_64-apple-darwin.zip] |
| 248 | |
| 249 | Linux: |
| 250 | |
| 251 | x64: [https://boinc.berkeley.edu/dl/vboxwrapper_26204_x86_64-pc-linux-gnu vboxwrapper_26204_x86_64-pc-linux-gnu] |
| 252 | |
| 253 | == Premade Linux VM Images == |
| 254 | |
| 255 | These VM images were built using the above instructions for creating VM images. |
| 256 | They contain Debian 4.0, without GCC or any build tools installed. |
| 257 | They contain the example startup script. |
| 258 | |
| 259 | x64: [https://boinc.berkeley.edu/dl/vmimage_x64.zip vmimage_x64.zip] |
| 260 | |
| 261 | In most cases, you can use these VM images with no modifications. |
| 262 | If your application uses libraries not on the VM images, |
| 263 | you can add them as follows: |
| 264 | |
| 265 | * Run !VirtualBox, and open the VM image |
| 266 | * Hit CTRL-C when see "BOINC VM starting" in the console window |
| 267 | * Install whatever you want (can use '''apt-get install''' to |
| 268 | install Debian packages). |
| 269 | * when you're done, type |
| 270 | {{{ |
| 271 | shutdown -hP 0 |
| 272 | }}} |
| 273 | |
| 274 | The VM image now has the additional libraries. |
| 275 | Rename it to avoid confusion with the original version. |
| 276 | |
325 | | == Premade vboxwrapper executables == |
326 | | |
327 | | Windows: |
328 | | |
329 | | x64: [https://boinc.berkeley.edu/dl/vboxwrapper_26204_windows_x86_64.zip vboxwrapper_26204_windows_x86_64.zip] |
330 | | |
331 | | Mac OS X: |
332 | | |
333 | | x64: [https://boinc.berkeley.edu/dl/vboxwrapper_26204_x86_64-apple-darwin.zip vboxwrapper_26204_x86_64-apple-darwin.zip] |
334 | | |
335 | | Linux: |
336 | | |
337 | | x64: [https://boinc.berkeley.edu/dl/vboxwrapper_26204_x86_64-pc-linux-gnu vboxwrapper_26204_x86_64-pc-linux-gnu] |
338 | | |
339 | | == Premade Linux VM Images == |
340 | | |
341 | | These VM images were built using the above instructions for creating VM images. |
342 | | They contain Debian 4.0, without GCC or any build tools installed. |
343 | | They contain the example startup script. |
344 | | |
345 | | x64: [https://boinc.berkeley.edu/dl/vmimage_x64.zip vmimage_x64.zip] |
346 | | |
347 | | In most cases, you can use these VM images with no modifications. |
348 | | If your application uses libraries not on the VM images, |
349 | | you can add them as follows: |
350 | | |
351 | | * Run !VirtualBox, and open the VM image |
352 | | * Hit CTRL-C when see "BOINC VM starting" in the console window |
353 | | * Install whatever you want (can use '''apt-get install''' to |
354 | | install Debian packages). |
355 | | * when you're done, type |
356 | | {{{ |
357 | | shutdown -hP 0 |
358 | | }}} |
359 | | |
360 | | The VM image now has the additional libraries. |
361 | | Rename it to avoid confusion with the original version. |