Skip to content

Commit

Permalink
changes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaljung committed Oct 18, 2023
1 parent fd9ffde commit 217e66a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
## Configuration

install conan:
cd backend
```bash
brew install conan cmake
conan install . --output-folder=build --build=missing
```

set up build:
cd build
```bash
mkdir build && cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 217e66a

Please sign in to comment.