orangeduck / BuildYourOwnLisp

Learn C and build your own programming language in under 1000 lines of code!
http://www.buildyourownlisp.com/
Other
2.93k stars 396 forks source link

chapter 4 editline library - not installed by default #119

Closed kronos29296 closed 7 years ago

kronos29296 commented 7 years ago

In Ubuntu the editline library is not installed by default. It may the case in most linux distros. One must install it manually by the command:

sudo apt-get install libedit-dev

Please mention this in Chapter 4 under the corresponding heading so that others can find that easily.