1
1

correct path to configure file

./configure changed to ../configure
Этот коммит содержится в:
Maximilien Levesque 2015-03-16 18:45:58 +01:00
родитель 7640507438
Коммит 748d38b48a

Просмотреть файл

@ -49,7 +49,7 @@ developer's checkout, you have three main options:
shell$ ./autogen.pl
shell$ mkdir build
shell$ cd build
shell$ ./configure --with-platform=optimized ...
shell$ ../configure --with-platform=optimized ...
[...lots of output...]
shell$ make all install