# Makefile 生成so **Repository Path**: li_zhang/makefile_generates_so ## Basic Information - **Project Name**: Makefile 生成so - **Description**: ubuntu 如何生成 so - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-10-24 - **Last Updated**: 2021-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Makefile 生成so 1:目录结构:src 目录是源码,生成so的代码 2:可以直接进入src目录,执行make 生成myso.so 动态库 3:testSo 文件夹有main.cpp 调用so, 执行make 会生成a.out, ./exe.sh 可以执行a.out 4:具体看代码 #### Description ubuntu 如何生成 so #### Software Architecture Software architecture description #### Installation 1. xxxx 2. xxxx 3. xxxx #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the project 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)