From d7165e2d666c18c62658704fb37f7ae1caef9bfb Mon Sep 17 00:00:00 2001 From: redcode Date: Wed, 29 Jun 2022 21:13:49 +0200 Subject: [PATCH] README.md --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index e136104..b7bfbeb 100644 --- a/README.md +++ b/README.md @@ -376,24 +376,6 @@ make make install/strip ``` -Full example: - -``` -git clone https://github.com/redcode/Zeta.git -git clone https://github.com/redcode/Z80.git -mkdir build && cd build -cmake ../Z80 \ - -DBUILD_SHARED_LIBS=YES \ - -DZ80_WITH_CMAKE_SUPPORT=YES \ - -DZ80_WITH_EXECUTE=YES \ - -DZ80_WITH_FULL_IM0=YES \ - -DZ80_WITH_Q=YES \ - -DZ80_WITH_RESET_SIGNAL=YES \ - -DZ80_WITH_ZILOG_NMOS_LD_A_IR_BUG=YES -make -make install/strip -``` - # Running the tests The package includes a tool called `test-Z80` capable of running all [CP/M](https://en.wikipedia.org/wiki/CP/M) and [ZX Spectrum](https://en.wikipedia.org/wiki/ZX_Spectrum) versions of [the major test suites](#major_test_suites). Configure the build system with [`-DZ80_WITH_TESTS=YES`](#option_z80_with_tests) to enable its compilation and [`-DZ80_DOWNLOAD_TEST_FILES=YES`](#option_z80_download_test_files) to download the firmware and software required. Also note that the Z80 library must be built with [`-DZ80_WITH_Q=YES`](#option_z80_with_q) to be able to pass Patrik Rak's tests.