taviso / 123elf

A native port of Lotus 1-2-3 to Linux.
1.18k stars 59 forks source link

Dependency: makeinfo #59

Closed dtwilliamson closed 2 years ago

dtwilliamson commented 2 years ago

I had to install makeinfo

sudo apt install texinfo

before the binutils.sh would complete. There was a failure during make.

The script completed successfully after makeinfo was installed.

Ubuntu 18.04

taviso commented 2 years ago

Ah-ha you're right, I wonder if there is a configure option to disable documentation.

taviso commented 2 years ago

I think you can do make MAKEINFO=true, I'll add that change.