https://github.com/rohanvdvivedi/c_template_application
A very generic c template application.
https://github.com/rohanvdvivedi/c_template_application
c-template makefile-template template
Last synced: 5 months ago
JSON representation
A very generic c template application.
- Host: GitHub
- URL: https://github.com/rohanvdvivedi/c_template_application
- Owner: RohanVDvivedi
- Created: 2020-03-18T05:57:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T08:08:23.000Z (over 1 year ago)
- Last Synced: 2025-10-25T00:49:45.935Z (9 months ago)
- Topics: c-template, makefile-template, template
- Language: Makefile
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# c_template_application
A template for all of my c projects.
## Setup instructions
**Download source code :**
* `git clone https://github.com/RohanVDvivedi/c_template_application.git`
**Build from source :**
* `cd c_template_application`
* `make clean all`
**Install from the build :**
* `sudo make install`
* ***Once you have installed from source, you may discard the build by*** `make clean`
## Using The library
* add `-lcapp` linker flag, while compiling your application
* do not forget to include appropriate public api headers as and when needed. this includes
* `#include`
* `#include`
## Instructions for uninstalling library
**Uninstall :**
* `cd c_template_application`
* `sudo make uninstall`