btcdeb
btcdeb copied to clipboard
`make install` doesn't install `tap`
I can get it installed with make install-binPROGRAMS
.
(Sadly I don't know enough about automake tools to make a PR on this.)
Weird. On my end (a. Mac, b. linux) it is installed fine:
$ make install
./build-aux/install-sh -c -d '/usr/local/bin'
/bin/sh ./libtool --mode=install /usr/bin/install -c btcdeb btcc test-btcdeb tap '/usr/local/bin'
libtool: install: /usr/bin/install -c btcdeb /usr/local/bin/btcdeb
libtool: install: /usr/bin/install -c btcc /usr/local/bin/btcc
libtool: install: /usr/bin/install -c test-btcdeb /usr/local/bin/test-btcdeb
libtool: install: /usr/bin/install -c tap /usr/local/bin/tap
make[2]: Nothing to be done for `install-data-am'.
What OS are you on?
linux, let me try again and record what happens.
On Sun, Jun 5, 2022 at 8:19 PM kallewoof @.***> wrote:
Weird. On my end (Mac) it is installed fine:
$ make install ./build-aux/install-sh -c -d '/usr/local/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c btcdeb btcc test-btcdeb tap '/usr/local/bin' libtool: install: /usr/bin/install -c btcdeb /usr/local/bin/btcdeb libtool: install: /usr/bin/install -c btcc /usr/local/bin/btcc libtool: install: /usr/bin/install -c test-btcdeb /usr/local/bin/test-btcdeb libtool: install: /usr/bin/install -c tap /usr/local/bin/tap make[2]: Nothing to be done for `install-data-am'.
What OS are you on?
— Reply to this email directly, view it on GitHub https://github.com/bitcoin-core/btcdeb/issues/111#issuecomment-1146992523, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7YLBFEXXMSI3MKGBXUGALVNVU23ANCNFSM5X34JFKA . You are receiving this because you authored the thread.Message ID: @.***>
@david-bakin: Did it work? Should this issue be closed?
I notice you said make install-binPROGRAMS
. You usually just do make install
. Try that and ping here if it doesn't work still.