From b1e4742b8983aabdcd3fcd24d6623582c3b3d28c Mon Sep 17 00:00:00 2001 From: lshprung Date: Wed, 17 Mar 2021 16:39:41 -0700 Subject: Added Windows compile instructions --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/README.md') diff --git a/docs/README.md b/docs/README.md index e5b8605..d48fd82 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,6 +4,8 @@ ## Compiling and Running +For Windows instructions, see [here](windows_compile_instructions.md) + tml can be compiled on any system with make, gcc, and the ncurses library (libncurses-dev) installed. It can be compiled and installed on any Linux distribution, and can also be compiled and run on Windows 10. To compile and run tml: 1. Clone the repository -- cgit