Actions
Emulator Issues #1677
closedmissing deps in linux instructions
Status:
Fixed
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
What steps will reproduce the problem?
- clean ubuntu install.
- follow steps for linux install.
3.
What is the expected output? What do you see instead?
"Externals/Lua/luaconf.h:279:31: error: readline/readline.h: No such file
or directory"
Fix, just add libreadline5-dev to the package list on the instalation
instructions.
Actions