From bec5470d83fad391bb9d68a1a295ae1174463026 Mon Sep 17 00:00:00 2001 From: 5cript Date: Tue, 10 Oct 2023 23:52:26 +0200 Subject: [PATCH] Updated Github actions. --- .github/workflows/build_and_test.yml | 3 +++ README.md | 9 +++++++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 0867adda..ff06b85e 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -124,5 +124,8 @@ jobs: -DCMAKE_CXX_EXTENSIONS=on -DCMAKE_CXX_STANDARD=20 + - name: ls + run: ls -lha ${{github.workspace}} + - name: Build run: cmake --build ${{github.workspace}}/build/clang_${{env.BUILD_TYPE}} --config ${{env.BUILD_TYPE}} diff --git a/README.md b/README.md index 03afb640..77a8f9fa 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,15 @@ This is a network library that has: - cryptopp - libcurl +### MacOS + +Dependencies are expected to be installed via brew. +If this does not work for you, please open an issue. + +brew install ninja boost cryptopp curl llvm@16 + +### Windows + Use vcpkg on windows for these dependencies when building with Visual Studio & cmake. https://vcpkg.io/en/getting-started.html