concord
A Discord API wrapper library made in C
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report_template.md
- feature_request_template.md
- gh_pages.yml
- test_build.yml
- PULL_REQUEST_TEMPLATE.md
- c_cpp_properties.json
- anomap.c
- anomap.h
- attributes.h
- carray.h
- chash.h
- clock.h
- cog-utils.c
- cog-utils.h
- curl-websocket-utils.c
- curl-websocket.c
- curl-websocket.h
- error.h
- io_poller.c
- io_poller.h
- jsmn-find.c
- jsmn-find.h
- jsmn.h
- json-build.c
- json-build.h
- log.c
- log.h
- logconf.c
- logconf.h
- Makefile
- priority_queue.c
- priority_queue.h
- queriec.c
- queriec.h
- queue.h
- sha1.c
- sha1.h
- threadpool.c
- threadpool.h
- types.h
- user-agent.c
- user-agent.h
- websockets.c
- websockets.h
- .gitkeep
- logging_disable_modules_none.png
- logging_disable_modules_websockets.png
- logging_level.png
- logging_quiet_false.png
- logging_quiet_true.png
- logging_use_color_false.png
- logging_use_color_true.png
- .gitkeep
- compiling_on_windows.md
- concord_on_old_systems.md
- config.json_directives.md
- cross_compiling.md
- databases_with_concord.md
- debugging.md
- embeds.md
- installing_concord_termux.md
- msys2_and_mingw64.md
- scheduler_event.md
- setup_concord_with_env.md
- sqlite3_db_with_concord.md
- concord.3
- concord_guild.3
- concord_user.3
- cogmasters.svg
- cogmasters_unrotated.svg
- concord-small.png
- concord-text-small.png
- icon.ico
- logo.svg
- logo_text.svg
- social-preview.png
- .gitignore
- CODING_GUIDELINES.md
- CONTRIBUTING.md
- DISCORD_ROADMAP.md
- header.html
- INTERNALS.md
- PORTABILITY.md
- PROJECT_OUTLINE.md
- .gitignore
- 8ball.c
- audit-log.c
- ban.c
- cache.c
- channel.c
- components.c
- copycat.c
- embed.c
- emoji.c
- fetch-messages.c
- guild-template.c
- guild.c
- invite.c
- Makefile
- manual-dm.c
- pin.c
- ping-pong.c
- presence.c
- reaction.c
- shell.c
- slash-commands.c
- slash-commands2.c
- spam.c
- timers.c
- voice-join.c
- webhook.c
- application.PRE.h
- application_commands.PRE.h
- audit_log.PRE.h
- auto_moderation.PRE.h
- channel.PRE.h
- custom.PRE.h
- emoji.PRE.h
- gateway.PRE.h
- guild.PRE.h
- guild_scheduled_event.PRE.h
- guild_template.PRE.h
- interactions.PRE.h
- invite.PRE.h
- message_components.PRE.h
- oauth2.PRE.h
- permissions.PRE.h
- stage_instance.PRE.h
- sticker.PRE.h
- teams.PRE.h
- user.PRE.h
- voice.PRE.h
- voice_connections.PRE.h
- webhook.PRE.h
- gencodecs-gen.PRE.h
- json-decoder.h
- json-encoder.h
- struct.h
- .gitignore
- all.PRE.h
- discord_codecs.PRE.h
- gencodecs-pp.c
- gencodecs-process.PRE.h
- gencodecs.h
- Makefile
- application_command.h
- audit_log.h
- auto_moderation.h
- channel.h
- concord-once.h
- discord-cache.h
- discord-events.h
- discord-internal.h
- discord-request.h
- discord-response.h
- discord-voice.h
- discord-worker.h
- discord.h
- emoji.h
- gateway.h
- guild.h
- guild_scheduled_event.h
- guild_template.h
- interaction.h
- invite.h
- oauth2.h
- osname.h
- stage_instance.h
- sticker.h
- user.h
- voice.h
- webhook.h
- .gitkeep
- LICENSE.anomap
- LICENSE.cee-studio
- LICENSE.curl-websockets
- LICENSE.cware
- LICENSE.jsmn
- LICENSE.jsmn-find
- LICENSE.json-build
- LICENSE.json-string
- LICENSE.performanc
- LICENSE.priority_queue
- LICENSE.stensal
- LICENSE.threadpool
- LICENSE.utf8
- load.sh
- application_command.c
- audit_log.c
- auto_moderation.c
- channel.c
- concord-once.c
- discord-cache.c
- discord-client.c
- discord-events.c
- discord-gateway.c
- discord-gateway_dispatch.c
- discord-loop.c
- discord-messagecommands.c
- discord-misc.c
- discord-refcount.c
- discord-rest.c
- discord-rest_ratelimit.c
- discord-rest_request.c
- discord-timer.c
- discord-voice.c
- discord-worker.c
- emoji.c
- gateway.c
- guild.c
- guild_scheduled_event.c
- guild_template.c
- interaction.c
- invite.c
- Makefile
- oauth2.c
- stage_instance.c
- sticker.c
- user.c
- voice.c
- webhook.c
- concord.m4
- concord.template
- concord_guild.template
- concord_user.template
- .gitignore
- greatest.h
- Makefile
- queriec.c
- racecond.c
- rest.c
- test_config.json
- timeout.c
- user-agent.c
- websockets.c
- .clang-format
- .gitattributes
- .gitignore
- .gitmodules
- AUTHORS
- config.json
- Doxyfile
- doxygen-awesome-css
- KNOWN_BUGS.md
- LICENSE
- Makefile
- README.md
- SECURITY.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/Cogmasters/concord
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd concord
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Make
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
