| Release | Build Status | Code Quality | Code Coverage | Repo Info |
|---|---|---|---|---|
☝️ The latest versions is the best choice.
- CMake
- Conan Package Manager
- C++ compiler (including 17 standard)
For more details, please look at workflows directory.
-
macOS with Xcode
- Run python
cmakegen.pyscript to make the project, e.g.>_ python3 cmakegen.py -t - Go to the build directory
- Open
net.xcodeproj - Build the project
- Run python
-
Windows with Visual Studio
- Run python
cmakegen.pyscript to make the project - Go to the build directory
- Open
net.sln - Build the project
- Run python
-
Ubuntu with CLion or QtCreator
- Launch IDE
- Find the project directory and select it
- In the QtCreator you have to choose the root
CMakeLists.txt
- In the QtCreator you have to choose the root
- Keep it simple!
Please use ClangFormat tool to automatically format C++ code using rules from the .clang-format file.