Skip to content

Commit ef3049a

Browse files
authored
Update INSTALL
Added a few comments to clarify install procedures
1 parent 33347d2 commit ef3049a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ For (more) complete instructions please refer to https://github.com/evaleev/libi
33
The installation procedure for the impatient and/or experts:
44
0) create configure in the source directory:
55
$ ./autogen.sh
6-
1) create a directory for object files:
6+
1) create a directory for object files (you cannot build in the source directory):
77
$ mkdir ../build; cd ../build
88
2) configure the package:
9-
$ ../configure
9+
$ ../src_dir/configure
1010
Most often you will need to specify command-line options to configure.
1111
To obtain a list of configure options run 'configure --help'.
1212

0 commit comments

Comments
 (0)