Skip to content

Vishwas1/democpplib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

democpplib

Example c++ static library.

Overview

This is an example c++ static library. We will use this library as a submodule in different c++ projects. The file extension for static cpp library is .a, in this case libhelloworld.a

Execute

  • ./autogen.sh
  • ./configure
  • make

You will notice that libhelloworld.a, library, file will be created under src directory.