orangeduck / BuildYourOwnLisp

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

wineditline can be used in Windows as a replacement of editline #139

Open daniel-a-melo opened 4 years ago

daniel-a-melo commented 4 years ago

In chapter 4, MingW users could use wineditline as a drop-in replacement for editline.

For MSYS2 (MingW-64) it is only necessary to install the package mingw-w64-x86_64-wineditline.

pacman -S mingw-w64-x86_64-wineditline

Compilation instructions remain the same.

Chapter 1 suggests adopting mingw tools, I don't know if wineditline package is available in there.