Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.2 KB

INSTALL.md

File metadata and controls

43 lines (25 loc) · 1.2 KB

Installation instructions

Currently binary packages are not provided. You can compile project from the source code.

Project was compiled and tested only on Ubuntu 13.10, but for the other Linux platforms it should be also compilable.

Dependencies

Qt

Gui part of the BinaryDigger is QtCreator project. Download and install it from here.

PocoProject

Plugin system depends on PocoProject. Download and install it from here.

Lua and LuaBind

LuaScripter plugin depends on Lua and Luabind. You can download and install them from here:

or on the Linux platforms you can use your package manager.

Compilation

Gui

Open project in QtCreator and compile it (BinaryDigger/gui/BinaryDigger/gui/BinaryDigger.pro).

Plugins

Change BinaryDigger_GuiBuildFolder variable in BinaryDigger/CMakeLists.txt to point to Gui build folder on your system.

cd BinaryDigger/build
cmake ..
make