Skip to content

Commit

Permalink
Merge branch 'conan2' of github.com:fpotier/chip-8 into conan2
Browse files Browse the repository at this point in the history
  • Loading branch information
fpotier committed Jul 8, 2024
2 parents 4cd9601 + c51d919 commit e356014
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Requirements:
- Cmake v3.20 or later

```console
conan install . --output-folder=build --build=missing -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True
cmake -B build
cmake --build build
```
conan install . --build=missing # on Linux, you might need to add these options -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True
conan build .
```

0 comments on commit e356014

Please sign in to comment.