From 4d0f98bac985acccfb3c8d95cd2475e394aff92b Mon Sep 17 00:00:00 2001 From: redcode Date: Fri, 2 Nov 2018 11:13:52 +0100 Subject: [PATCH] README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc214c9..7d37420 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ If you are looking for a Zilog Z80 CPU emulator for your project maybe you have ## Building -You must first install [Z](https://zeta.st), a **header-only** library that provides types and macros. This is the only dependency, the emulator does not use the C standard library or its headers. Then add `Z80.h` and `Z80.c` to your project and configure its build system so that `CPU_Z80_STATIC` and `CPU_Z80_USE_LOCAL_HEADER` are predefined when compiling the sources. +You must first install [Z](http://zeta.st), a **header-only** library that provides types and macros. This is the only dependency, the emulator does not use the C standard library or its headers. Then add `Z80.h` and `Z80.c` to your project and configure its build system so that `CPU_Z80_STATIC` and `CPU_Z80_USE_LOCAL_HEADER` are predefined when compiling the sources. If you preffer to build the emulator as a library, you can use [premake4](https://premake.github.io): ```console