From 425f641dddcb154cc5599a94ea59ca6e377a1136 Mon Sep 17 00:00:00 2001 From: irfanpena Date: Mon, 9 Sep 2024 15:03:47 +0700 Subject: [PATCH] Update the build from source steps --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c736716c..e7a034cd8 100644 --- a/README.md +++ b/README.md @@ -54,15 +54,14 @@ cd vcpkg ./bootstrap-vcpkg.bat vcpkg install ``` -4. Use Visual Studio with the C++ development kit to build the project using the files generated in the `vcpkg` folder. -5. Build the CortexCPP inside the `engine` folder: +4. Build the CortexCPP inside the `build` folder: ```bash mkdir build cd build cmake .. -DBUILD_SHARED_LIBS=OFF -DCMAKE_TOOLCHAIN_FILE=path_to_vcpkg_folder/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static ``` - +5. Use Visual Studio with the C++ development kit to build the project using the files generated in the `build` folder. ## Quickstart To run and chat with a model in CortexCPP: