1
1

Merge pull request #1 from maxlevesque/maxlevesque-patch-1

correct path to configure file
Этот коммит содержится в:
Maximilien Levesque 2015-03-16 18:46:13 +01:00
родитель 7640507438 748d38b48a
Коммит 7bc3f2ce61

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

@ -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