Skip to content

Commit 7bc3f2c

Browse files
committed
Merge pull request #1 from maxlevesque/maxlevesque-patch-1
correct path to configure file
2 parents 7640507 + 748d38b commit 7bc3f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HACKING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ developer's checkout, you have three main options:
4949
shell$ ./autogen.pl
5050
shell$ mkdir build
5151
shell$ cd build
52-
shell$ ./configure --with-platform=optimized ...
52+
shell$ ../configure --with-platform=optimized ...
5353
[...lots of output...]
5454
shell$ make all install
5555

0 commit comments

Comments
 (0)