user202729 / CasioEmu

An emulator for nX-U8 based Casio fx-es PLUS calculators
GNU General Public License v3.0
57 stars 12 forks source link

ERROR: Native dependency 'readline' not found. #2

Closed Alpaca4610 closed 4 years ago

Alpaca4610 commented 4 years ago

I installed lua5.3 using apt on Ubuntu 18.04.4 LTS. At the same time, libreadline7 was installed automatically. However, when I started to build , the application showed the result that "ERROR: Native dependency 'readline' not found.". If I installed libreadline-dev, the application will show that "ERROR: Native dependency 'lua53' not found.". How do I solve this problem?

Alpaca4610 commented 4 years ago

Thanks! I have solved this problem by updating Ubuntu to 20.04 LTS yesterday. The application runs without problems.