Skip to content

Commit

Permalink
Update the build from source steps
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanpena committed Sep 9, 2024
1 parent 4d86d6f commit 425f641
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 425f641

Please sign in to comment.