원클릭으로
contrib
Build or work on Jami core dependencies (contrib system)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Build or work on Jami core dependencies (contrib system)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | contrib |
| description | Build or work on Jami core dependencies (contrib system) |
Jami-core (the daemon) uses the "contrib" system to manage its dependencies. The contrib system allows building required dependencies as needed (ie when not available in the system).
Contribs are built in contrib/build-{arch} and installed in contrib/{arch} using rules in contrib/{contrib-name}/rules.mak.
They are built automatically by CMake when configuring the project (when BUILD_CONTRIB is not disabled), but they can also be built manually by running make .{contrib-name} from the contrib build directory.
On Windows with MSVC, the contribs are built using the independent pywinmake system, using rules in contrib/{contrib-name}/package.json.