Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing information on compiling Boomerang for Windows 10 #274

Open
Belmoussa opened this issue Aug 26, 2021 · 0 comments
Open

Missing information on compiling Boomerang for Windows 10 #274

Belmoussa opened this issue Aug 26, 2021 · 0 comments

Comments

@Belmoussa
Copy link

OS:
Windows 10 pro - 21H1 - 19043.1165 - 64 bit

Boomerang version or git hash:
Branche : develop
Commit : 4110413
on 28 Dec 2020

Additional comments:
There's missing config information on 'Building on Windows'

Concerning :

  • Capstone
  • win_flex_bison

This 2 can't be installed, but only downloaded as zip file containing dll and exe.

I have to add additionnals set path to compiling Boomerang.

In CMakeLists.txt, after adding
set(ENV{QTDIR} ".../Qt/5.12.11/msvc2017_64")
also adding :
`
set(Capstone_INCLUDE_DIR ".../capstone-4.0.2-win64/include")
set(Capstone_CSTOOL ".../capstone-4.0.2-win64/cstool.exe")
set(Capstone_DLL ".../capstone-4.0.2-win64/capstone.dll")
set(Capstone_LIBRARY ".../capstone-4.0.2-win64/capstone.lib")

set(FLEX_EXECUTABLE ".../win_flex_bison-2.5.24/win_flex.exe")
set(BISON_EXECUTABLE ".../win_flex_bison-2.5.24/win_bison.exe")
`

Compilation was succefull done on Visual studio 2019

May you add information in 'Building on Windows' doc section please ?

Thank you for your work !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant