intel / intel/intel-lpmd

Correct configure on Ubuntu

Open
#70 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
223
Forks
32
Avg merge
1m
Merged PRs (30d)
1

Description

Here is the correct configuration for Ubuntu:
```bash
./autogen.sh prefix=/usr --localstatedir=/var --sysconfdir=/etc
```
If you omit the `--localstatedir=/var --sysconfdir=/etc` part you will get an installation error:
```
... «/usr/etc»: No such file or directory
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.