1
1

Merge pull request #476 from maxlevesque/master

🐛 correct path to configure file
Этот коммит содержится в:
Jeff Squyres 2015-03-16 14:28:44 -07:00
родитель ee23b7f300 7bc3f2ce61
Коммит 1196069815

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

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