WohimLee / GNC-Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GNC-Tutorial

Linux 下编译与 Makefile 的教程

Contents

0 Intro

  • GCC 的介绍
  • 编译系统

1 C

C 程序的编译过程

2 C++

C++ 程序的编译过程

3 Makefile

  • Intro:
  • Variable: Makefile 中变量的写法
  • Operator&Symbols: 操作符和 Makefile 常用的符号
  • Functions: 常用函数
  • Conditional Statement: 条件语句
  • Compile: 编译过程与编译选项
  • Static Library: 静态库的编译与链接
  • Shared Library: 共享库/动态库的编译与链接
  • Errors: 常见的一些错误

If u wanna buy me a cup of coffee.

About


Languages

Language:SWIG 94.0%Language:Assembly 3.6%Language:C 1.6%Language:C++ 0.4%Language:Makefile 0.3%Language:Shell 0.2%