We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33347d2 commit ef3049aCopy full SHA for ef3049a
INSTALL
@@ -3,10 +3,10 @@ For (more) complete instructions please refer to https://github.com/evaleev/libi
3
The installation procedure for the impatient and/or experts:
4
0) create configure in the source directory:
5
$ ./autogen.sh
6
-1) create a directory for object files:
+1) create a directory for object files (you cannot build in the source directory):
7
$ mkdir ../build; cd ../build
8
2) configure the package:
9
- $ ../configure
+ $ ../src_dir/configure
10
Most often you will need to specify command-line options to configure.
11
To obtain a list of configure options run 'configure --help'.
12
0 commit comments