tegnsettfeil
This commit is contained in:
parent
2e4bc934bf
commit
a067a0991e
10
README.md
10
README.md
|
@ -1,16 +1,16 @@
|
|||
## autoreconf
|
||||
## autoreconf
|
||||
|
||||
autoreconf --force --install --symlink
|
||||
|
||||
## `configure`
|
||||
## configure
|
||||
|
||||
vanlig, på linux.
|
||||
vanlig, på linux.
|
||||
|
||||
./configure --with-mysql=/usr --sysconfdir=/etc
|
||||
|
||||
vi burde kanskje komplisere med libmysqlclient statisk,
|
||||
sånn at vi slipper avhengigheter mot en spesiell rpmpakke.
|
||||
sånn at vi slipper avhengigheter mot en spesiell rpmpakke.
|
||||
|
||||
For å rydde til `configure`-start:
|
||||
For å rydde til `configure`-start:
|
||||
|
||||
make maintainer-clean-am
|
||||
|
|
Loading…
Reference in New Issue