{"id":27398931,"url":"https://github.com/streamlabs/a-files-updater","last_synced_at":"2025-04-14T02:12:41.490Z","repository":{"id":37271557,"uuid":"146331651","full_name":"streamlabs/a-files-updater","owner":"streamlabs","description":"Another updater tool","archived":false,"fork":false,"pushed_at":"2025-04-11T20:08:28.000Z","size":782,"stargazers_count":5,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-14T02:12:26.997Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/streamlabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-08-27T17:31:27.000Z","updated_at":"2025-04-11T20:07:54.000Z","dependencies_parsed_at":"2024-11-15T18:26:37.585Z","dependency_job_id":"007cb4cb-ee4d-4e9f-959d-161ecc2b4c74","html_url":"https://github.com/streamlabs/a-files-updater","commit_stats":null,"previous_names":["streamlabs/a-files-updater"],"tags_count":91,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamlabs%2Fa-files-updater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamlabs%2Fa-files-updater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamlabs%2Fa-files-updater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamlabs%2Fa-files-updater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/streamlabs","download_url":"https://codeload.github.com/streamlabs/a-files-updater/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248809051,"owners_count":21164896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-04-14T02:12:40.859Z","updated_at":"2025-04-14T02:12:41.473Z","avatar_url":"https://github.com/streamlabs.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to build\nAs easy as: \n```\nset PATH=%PATH%;C:\\Program Files\\7-Zip\\\n\nset DEPS_LOCAL_PATH=build/deps\n\nci\\download_deps.bat\nci\\localization_prepare_binaries.cmd\n\ncmake -H\".\" -B\"build\" -G\"Visual Studio 17 2022\" -DCMAKE_BUILD_TYPE=RelWithDebInfo -A x64 -DCMAKE_DEPS_DIR=%CD%/build/deps -DCMAKE_INSTALL_PREFIX=\"%CD%/build/distribute/a-file-updater\"\n\ncmake --build build --target install --config RelWithDebInfo\n```\n##\nThis project depends on a few third party libraries.\n\n* OpenSSL 1.1.x\n* Boost 1.79.0 (system, filesystem, thread, regex, and headers for asio, beast, iostreams, core, util)\n* zlib 1.2.x\n\nPrepackaged binaries of this libraries will be downloaded by ci\\download_deps.bat and put inside build/deps\n\nIn order to build, set the above variables (see CMake find_package documentation for more flexible hints) and then run cmake however you want.\nA C++17 comformant compiler is required. Outside of that, as long as the dependencies are met and compatible, you can use whatever compiler you want.\n\n## Openssl build from source\n* clone https://github.com/openssl\n* install perl. \n  download from http://strawberryperl.com/\n* in console check perl and setup VC env\n  perl --version \n  \"C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Auxiliary\\Build\\vcvars64.bat\"\n* configure to build 64 static lib \n  perl Configure VC-WIN64A no-asm no-shared --prefix=C:\\work\\libs\\openssl-lib-vvv-x64\\\n* build and install \n  nmake \n  nmake test \u0026\u0026 nmake install \n* make an archive from install path \n\n## Localization\n\nBoost.locale lib with a gettext format used for a localization. \nmo files included in exe by windows resources. \n### Commands \n\n`ci\\localization_prepare_binaries.cmd` - prepares mo files with current translation \n\n`ci\\localization_set_translations.cmd` - update po files with current strings from source code \n\n### Add new language \n\n* Add new lang code into `ci\\localization_get_tools.cmd` and run `ci\\localization_set_translations.cmd`\n* Translate lines inside `locale\\NEW_LANG\\LC_MESSAGES\\messages.po`\n* Add new mo file to `resources\\slobs-updater.rc`\n* Add it to `locales_resources` map inside `get_messages_callback()`\n* Prepare binaries `ci\\localization_prepare_binaries.cmd`\n* Make a new build \n* Do not forget to commit `locale\\NEW_LANG\\LC_MESSAGES\\messages.po`\n* to test `set LANG=fr_FR`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamlabs%2Fa-files-updater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamlabs%2Fa-files-updater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamlabs%2Fa-files-updater/lists"}