From 99961ab01d0aab3d05904c73b0699ffef061e450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=20Schr=C3=B6der?= Date: Tue, 27 Oct 2020 22:14:52 +0100 Subject: Remove all mentions of Boost --- README.md | 1 - appveyor.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a12352..ae41bce 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ If it makes sense sure, but I want to be careful with what cgrep implements. If You can get the source files from the [release](https://github.com/bloodstalker/cgrep/releases) page or a release branch usually named `rcx`.
The Release Candidate branches are the release branches. Master is the dev branch.
-Currently the master branch requires `libloost-filesystem`, which will most probably change in the future.
### Fedora `sudo dnf install clang-devel llvm-devel llvm-static` diff --git a/appveyor.yml b/appveyor.yml index 4f3a31c..2a7fa98 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ environment: install: #- '%CYG_ROOT%\%CYG_SETUP% -gnqINDo -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P make,libclang-devel,libllvm-devel,clang > NULL 2>&1' - - '%CYG_ROOT%\%CYG_SETUP% -qI -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -P make,libclang-devel,libllvm-devel,clang,libiconv-devel,libboost-devel,libboost_system,libboost_filesystem' + - '%CYG_ROOT%\%CYG_SETUP% -qI -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -P make,libclang-devel,libllvm-devel,clang,libiconv-devel' - '%CYG_ROOT%\bin\cygcheck -dc cygwin' - 'cd %APPVEYOR_BUILD_FOLDER%' - 'git submodule init' -- cgit v1.2.3