From 9a30b907c7c5d4e6cb639aa98d7ef90743815c6f Mon Sep 17 00:00:00 2001 From: Ionel-Cristinel ANICHITEI Date: Tue, 30 Mar 2021 21:11:47 +0300 Subject: [PATCH] README fixes --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 1f5422e..6d88a83 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Prerequesites: - CMake 3.16 or newer (older version may work, but they have not been tested) - Ninja (optional, but recommended, especially on Windows) -The build process was tested with GCC and Clang on Linux and MSVC on Windows. Note that the Windows kernel build target is available only when using [MSBuild](#-Using-MSBuild-on-Windows). +The build process was tested with GCC and Clang on Linux and MSVC on Windows. Note that the Windows kernel build target is available only when using [MSBuild](#Using-MSBuild-on-Windows). To build the project run: @@ -121,10 +121,6 @@ In both cases the `bddisasm::bddisasm` and `bddisasm::bdshemu` targets will be p When used as a sub-project the `disasmtool`, `isagenerator`, and `install` targets are not available. -#### Packaging - -`CPack` is used to generate packages. Simply run the `package` target to generate a package. By default, on Linux the package will be a `.deb` file, and on Windows a `.zip` file. This can be changed by setting `CPACK_GENERATOR` when configurin CMake. - ### Using Make on Linux To build the project run `make` in the root of the repository. This will build only the `bddisasm` and `bdshemu` static libraries, without `disasmtool`.