File tree 4 files changed +1
-7
lines changed
4 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ addons:
30
30
packages :
31
31
- build-essential
32
32
- cmake
33
- - libboost-dev
34
33
- libcapstone-dev
35
34
- libgraphviz-dev
36
35
- libqt5svg5-dev
Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ if(TARGET_COMPILER_GCC AND ${CMAKE_CXX_COMPILER_VERSION} VERSION_LESS 5.0)
22
22
message (FATAL_ERROR "Your g++ version is too old. At least 5.0 is required." )
23
23
endif ()
24
24
25
- find_package (Boost 1.35 REQUIRED)
26
- include_directories (${Boost_INCLUDE_DIR} )
27
-
28
25
find_package (Capstone REQUIRED)
29
26
include_directories (${CAPSTONE_INCLUDE_DIRS} )
30
27
link_directories (${CAPSTONE_LIBRARY_DIRS} )
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ Dependency | Version Required
47
47
------------------------------------------- | ----------------
48
48
GCC/Clang | Supporting C++17
49
49
[ Qt] ( http://www.qt.io/ ) | >= 5.9
50
- [ Boost] ( http://boost.org ) (Headers Only) | >= 1.35
51
50
[ Capstone] ( http://www.capstone-engine.org/ ) | >= 3.0
52
51
[ Graphviz] ( http://www.graphviz.org/ ) | >= 2.38.0 (Optional)
53
52
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ environment:
4
4
CAPSTONE_SDK : C:\capstone\sdk
5
5
matrix :
6
6
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
7
- BOOST_INCLUDEDIR : C:\Libraries\boost_1_64_0
8
7
CAPSTONE_ARCHIVE : capstone-3.0.5-rc2-win64
9
8
CMAKE_GENERATOR : Visual Studio 15 2017 Win64
10
9
QT_BASEDIR : C:\Qt\5.9\msvc2017_64
@@ -28,7 +27,7 @@ before_build:
28
27
- cmd : cd C:\projects
29
28
- cmd : md build
30
29
- cmd : cd build
31
- - cmd : cmake -Wno-dev -G "%CMAKE_GENERATOR%" -DCMAKE_BUILD_TYPE=%configuration% -DCMAKE_INSTALL_PREFIX=C:\projects\install -DBOOST_INCLUDEDIR="%BOOST_INCLUDEDIR%" - DCAPSTONE_SDK="%CAPSTONE_SDK%" -DQt5Core_DIR="%QT_BASEDIR%\lib\cmake\Qt5Core" -DQt5_DIR="%QT_BASEDIR%\lib\cmake\Qt5" ..\edb-debugger
30
+ - cmd : cmake -Wno-dev -G "%CMAKE_GENERATOR%" -DCMAKE_BUILD_TYPE=%configuration% -DCMAKE_INSTALL_PREFIX=C:\projects\install -DCAPSTONE_SDK="%CAPSTONE_SDK%" -DQt5Core_DIR="%QT_BASEDIR%\lib\cmake\Qt5Core" -DQt5_DIR="%QT_BASEDIR%\lib\cmake\Qt5" ..\edb-debugger
32
31
33
32
build_script :
34
33
- cmd : msbuild C:\projects\build\edb.sln /t:edb /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
You can’t perform that action at this time.
0 commit comments