タグ autotools が登録されている動画 : 1 件中 1 - 1 件目
種類:
- タグ
- キーワード
対象:
【ゆっくり解説】 14_ツールとか(修正版)
ツール関連の解説です。
ちょっとだけ面倒だけど一度作ってしまえば初心者でも安心!
久しぶりに作ったので怪しいところ満載
前回(sm40552429) 次回(sm40631135)
ようつべでもやってます。https://youtu.be/-u2hT2A421A
動画内で使用したサンプル(自作)
https://github.com/frsk9999/ex14
----
使用したもの一覧
・FreeBSD 13.1
・bmake(20220208)
・GNU Make 4.3
・automake 1.16.5
・autoconf 2.69_3
・libtool 2.4.6_1
・bison 3.8.2,1
・flex 2.6.4
・git 2.35.2
----
参考文献
Make関連
・BSD Make
https://www.freebsd.org/cgi/man.cgi?query=make
https://www.freebsd.org/cgi/man.cgi?query=style.Makefile
・GNU Make
https://www.gnu.org/software/make/manual/make.html
Autotools
・autoconf
https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.71/html_node/
・automake
https://www.gnu.org/software/automake/manual/html_node/
bison/flex
・Top (Bison 3.8.1)
https://www.gnu.org/software/bison/manual/bison.html
・Lexical Analysis With Flex, for Flex 2.6.2: Top
https://westes.github.io/flex/manual/
m4言語
・Notes on the M4 Macro Language
http://mbreen.com/m4.html
git
・Git - Reference
http://git-scm.com/docs
・The One DevOps Platform | GitLab
https://about.gitlab.com/
