INSTALL.linux: Document need to run autogen.sh for clean checkouts

Fixes #102.
merge-requests/88/head
Olaf Meeuwissen 2019-07-17 18:26:59 +09:00
rodzic cb81717341
commit 8ae2569a87
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -4,6 +4,7 @@ Installation Instructions
1. Quick install: 1. Quick install:
================= =================
$ ./autogen.sh # only if you just cloned the git repository
$ ./configure $ ./configure
$ make $ make
$ make install $ make install
@ -42,7 +43,7 @@ $ make install
We install a new SANE dynamically linked shared object library in We install a new SANE dynamically linked shared object library in
/usr/local/lib beside your system's SANE library. /usr/local/lib beside your system's SANE library.
$ ./autogen.sh $ ./autogen.sh # only if you just cloned the git repository
$ ./configure $ ./configure
$ make && sudo make install $ make && sudo make install