Forget to add some dependencies for generating
Open
- Dominant language
- C
- Stars
- 221
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
My system: ubuntu 22.04LTS
I've installed all the dependencies:
```bash
sudo apt-get install -y autoconf automake gettext libtool libxml2-dev
```
then while i tried to generate with autogen i got the next error
```
:~/Documents/libsmbios$ ./autogen.sh
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: running: autopoint --force
Can't exec "autopoint": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 293.
autoreconf: error: autopoint failed with exit status: 2
```
how to solve that error:
```bash
sudo apt-get install autopoint
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.