{"id":21063280,"url":"https://github.com/boinc/boinc-dcapi","last_synced_at":"2026-04-21T21:34:18.983Z","repository":{"id":149843281,"uuid":"46200287","full_name":"BOINC/boinc-dcapi","owner":"BOINC","description":null,"archived":false,"fork":false,"pushed_at":"2015-11-15T02:22:16.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-01-02T00:59:57.370Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BOINC.png","metadata":{"files":{"readme":"README-MinGW32","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-15T02:01:24.000Z","updated_at":"2018-07-11T20:07:40.000Z","dependencies_parsed_at":"2023-04-12T20:30:36.557Z","dependency_job_id":null,"html_url":"https://github.com/BOINC/boinc-dcapi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BOINC/boinc-dcapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BOINC%2Fboinc-dcapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BOINC%2Fboinc-dcapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BOINC%2Fboinc-dcapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BOINC%2Fboinc-dcapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BOINC","download_url":"https://codeload.github.com/BOINC/boinc-dcapi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BOINC%2Fboinc-dcapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32111132,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T17:44:31.351Z","updated_at":"2026-04-21T21:34:18.939Z","avatar_url":"https://github.com/BOINC.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n This README details the instructions required for compiling DC-API BOINC client libs \n on MinGW32. Alternatively we provide a package containing precompiled libraries (see\n http://doc.desktopgrid.hu/doku.php?id=manual:dc-api\u0026#linux_mingw32cross-compiling_for_windows\n for details.)\n\n\n 1. Requirements\n\n - Debian 6.0\n\n\n 2. Compiling DC-API on MinGW32\n\n 2.1 As root run:\n\n $\u003e apt-get update \u0026\u0026 apt-get upgrade\n $\u003e apt-get install mingw32\n $\u003e apt-get install autoconf libtool make\n $\u003e apt-get install libglib2.0-dev  # DC-API: only needed for autoreconf to finish \n                                    # (it would complain about missing glib2 libs)\n $\u003e apt-get install gtk-doc-tools   # only needed for autoreconf to finish (it would \n                                    # complain about gtk-doc missing)\n\n\n 2.2. Switch to some non-privileged user. You don't need to be root from now on. \n Next run:\n\n $\u003e cd ${HOME}\n $\u003e mkdir -p w32-root/include\n $\u003e mkdir -p w32-root/lib\n\n\n 2.3. Get the DC-API source and put it in ${HOME}/dcapi-trunk\n\n\n 2.4. Run:\n\n $\u003e wget http://mirror.vcu.edu/pub/windows/cygwin/release/util-linux/libuuid-devel/libuuid-devel-2.21.2-1.tar.bz2\n\n Uncompress and copy include files to ${HOME}/w32-root/include/uuid/ and libraries to ${HOME}/w32-root/lib/\n\n\n 2.5. Get pthreads-w32-2.9.0-mingw32-pre-20110507-2-dev.tar.lzma from \n http://sourceforge.net/projects/mingw/files/MinGW/Base/pthreads-w32/ Uncompress and \n copy include files to ${HOME}/w32-root/include/ and libraries to ${HOME}/w32-root/lib/\n\n\n 2.6. Get our boinc lib package from (link is at the bottom of the section):\n\n http://doc.desktopgrid.hu/doku.php?id=manual:dc-api#linux_mingw32cross-compiling_for_windows\n\n uncompress, build the package following the instructions found in the README file.\n Finally copy includes to ${HOME}/w32-root/include/boinc/ and libraries to \n ${HOME}/w32-root/lib.\n\n\n 2.7. Modify \"-pthread\" in dcapi-trunk/cf/boinc.m4 to \"-lpthread\" (at two places)\n\n\n 2.8. Finally execute the following:\n\n $\u003e cd dcapi-trunk\n $\u003e autoreconf --install --force --symlink\n $\u003e ./configure --host=i586-mingw32msvc --disable-master --disable-backend-local \\\n       --enable-backend-boinc --with-boinc=${HOME}/w32-root/ LDFLAGS=-L${HOME}/w32-root/lib \\\n       --prefix=${HOME}/w32-root/ CPPFLAGS=-I${HOME}/w32-root/include/ LIBS=\"-lpsapi\"\n $\u003e make\n $\u003e make install\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboinc%2Fboinc-dcapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboinc%2Fboinc-dcapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboinc%2Fboinc-dcapi/lists"}