mirror of
git://github.com/lxc/lxc
synced 2025-09-01 12:39:49 +00:00
Update README to mention pkg-config and current configure
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
15
README
15
README
@@ -36,17 +36,20 @@ Downloading the current source code:
|
|||||||
|
|
||||||
Troubleshooting:
|
Troubleshooting:
|
||||||
|
|
||||||
If the ./autogen.sh script shows the following message: "aclocal: not found",
|
If you get an error message at the autogen.sh or configure stage, make
|
||||||
you are likely missing the "automake" package. Make sure it's installed and
|
sure you have, autoconf, automake, pkg-config, make and gcc installed on
|
||||||
try again.
|
your machine.
|
||||||
|
|
||||||
If the ./configure script gives you the following message:
|
|
||||||
"configure: error: Please install the libcap development files."
|
|
||||||
you are likely missing the "libcap-dev" package.
|
|
||||||
The configure script will usually give you hints as to what you are missing,
|
The configure script will usually give you hints as to what you are missing,
|
||||||
looking for those in your package manager will usually give you the package
|
looking for those in your package manager will usually give you the package
|
||||||
that you need to install.
|
that you need to install.
|
||||||
|
|
||||||
|
Also pay a close attention to the feature summary showed at the end of
|
||||||
|
the configure run, features are automatically enabled/disabled based on
|
||||||
|
whether the needed development packages are installed on your machine.
|
||||||
|
If you want a feature but don't know what to install, force it with
|
||||||
|
--enable-<feature> and look at the error message from configure.
|
||||||
|
|
||||||
Getting help:
|
Getting help:
|
||||||
|
|
||||||
when you find you need help, you can check out one of the two
|
when you find you need help, you can check out one of the two
|
||||||
|
Reference in New Issue
Block a user