Skip to content

ashraf-kx/shared-library-autotools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using a "C" Shared library built using "AutoTools" in a "C++" project.

** Run the following in this order [Note: after each step/command try to fix 'errors/warning' thrown by the 'autotool' so, you preceed with a clear/clean CODE ;) ].

autoscan
  1. On UNIX-alike systems:
libtoolize

On iOS :

glibtoolize
aclocal
autoconf
automake --add-missing
make
  1. if you want to use it in any other project (example Qt project) install it BOTHER.
make install

You are Up-To-Date.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published