isLouisHsu / isLouisHsu/isLouisHsu.github.io

CMake编译库文件 | LOUIS' BLOG

Open
#42 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

a706c0e32465909ed48ae16e1ab3260c Gitalk
Dominant language
HTML
Stars
4
Forks
1
PR merge metrics
No merged PRs in 30d

Description

https://louishsu.xyz/2019/01/05/Cmake%E7%BC%96%E8%AF%91%E5%BA%93%E6%96%87%E4%BB%B6/

前言库文件即源代码的二进制文件,我们通常把一些公用函数制作成函数库,供其它程序使用。函数库分为静态库和动态库两种。静态库在程序编译时会被连接到目标代码中,程序运行时将不再需要该静态库;动态库在程序编译时并不会被连接到目标代码中,而是在程序运行是才被载入,因此在程序运行时还需要动态库存在。 编译以DarkNet为例,我们将其源代码编译成.a静态库文件。 下载源码 YOLO: Real-Time

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue links to a Chinese article and includes a partial discussion of compiling DarkNet with CMake. No repository file, test, or requested change is identified; clarify the intended documentation update and acceptance criteria before editing.

Written by the indexing model from the issue text.

Assessment

Tech stack
cmake
Domain
documentation
Issue type
Documentation
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.