mysql-admutils/README.md

17 lines
323 B
Markdown
Raw Normal View History

2018-10-05 15:48:52 +02:00
## autoreconf
2018-10-05 14:44:18 +02:00
autoreconf --force --install --symlink
2018-10-05 14:44:18 +02:00
2018-10-05 15:48:52 +02:00
## configure
2018-10-05 13:53:08 +02:00
2018-10-05 15:48:52 +02:00
vanlig, på linux.
2018-10-05 13:53:08 +02:00
2018-10-05 14:03:55 +02:00
./configure --with-mysql=/usr --sysconfdir=/etc
2018-10-05 13:53:08 +02:00
2018-10-05 15:48:52 +02:00
vi burde kanskje komplisere med libmysqlclient statisk,
sånn at vi slipper avhengigheter mot en spesiell rpmpakke.
2018-10-05 13:53:08 +02:00
2018-10-05 15:48:52 +02:00
For å rydde til `configure`-start:
2018-10-05 14:05:26 +02:00
make maintainer-clean-am