19 lines
314 B
Markdown
19 lines
314 B
Markdown
## MySQL database development files
|
|
|
|
Sikre at Ubuntu-pakken `libmysqlclient-dev`/`default-libmysqlclient-dev` er installert.
|
|
|
|
## autoreconf
|
|
|
|
autoreconf --force --install --symlink
|
|
|
|
## configure
|
|
|
|
vanlig, på linux.
|
|
|
|
./configure --with-mysql=yes --sysconfdir=/etc
|
|
|
|
For å rydde til start:
|
|
|
|
make maintainer-clean
|
|
|