Skip to content

taktod/LibTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libTest

内容

https://sites.google.com/site/programmirovanienotes/home/wxwidgets_autotools ここを参考にshared libraryの作り方を勉強したいと思います。

現状とりあえず、作業をすすめると.libsの中にプログラムが生成される形になってます。

作り方

$ autoreconf

$ libtoolize --copy

$ automake -a -c

$ touch NEWS README AUTHORS ChangeLog

$ autoreconf

ここまでで準備完了

$ ./configure

$ make

ここまででコンパイル完了

.libsの中にいろいろとできてたらOK

About

shared library test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors