Skip to content

Commit

Permalink
clear readme requirements section
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal authored Oct 31, 2023
1 parent 728e035 commit 0afd685
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,13 @@ int main()
}
```

## Requirements

### Compiler Support

## Compiler support
- [MSVC➚](https://en.wikipedia.org/wiki/Microsoft_Visual_Studio) version 143 or newer.
- [GCC➚](https://gcc.gnu.org/) version 13 or newer.
- [Clang➚](https://clang.llvm.org/) version 16 or newer.
- [Apple Clang➚](https://clang.llvm.org/) version 16 or newer.

### [CMake](https://cmake.org/) version 3.22 or newer

## Consuming library with CMake
## Consuming library with CMake (CMake version 3.22 or newer)

1. Add faker to git submodules (execute in project root):
```
Expand Down Expand Up @@ -113,6 +108,10 @@ target_link_libraries(main faker-cxx)
- 🎮 Video game - title, genre, platform, studio
- 💬 Word - sample words, nouns, verbs

## 📖 Documentation

https://cieslarmichal.github.io/faker-cxx/

## ✨ Contributing

Feel free to join Faker C++ development! 🚀
Expand Down

0 comments on commit 0afd685

Please sign in to comment.