Dooked Save

DNS and Target HTTP History Local Storage and Search

Project README

dooked

DNS and Target HTTP History Local Storage and Search

License Twitter

Installation

  • Download Boost Library from the official website
  • Extract the library into any directory
  • Set the environment variable BOOST_ROOT to the location of Boost

For example:

wget "https://dl.bintray.com/boostorg/release/1.75.0/source/boost_1_75_0.tar.gz" -o "/usr/home/boost_1_75_0.tar.gz"
tar -xzvf /usr/home/boost_1_75_0.tar.gz
export BOOST_ROOT="/usr/home/boost_1_75_0/"
printenv | grep BOOST_ROOT

Alternatively, you can add the boost library via various apt respositorys.

Then clone dooked and compile it, as follows:

git clone "https://github.com/codingo/dooked.git"
cd dooked
git submodule update --init
cd dooked/CLI11 && git checkout tags/v1.9.1
cd ../
cmake .
make

Requirements

  • Boost C++ library
  • cmake
  • any C++ compiler (supporting C++17) or MSVC(for Windows).

Usage

For comprehensive help, use dooked --help

Open Source Agenda is not affiliated with "Dooked" Project. README Source: codingo/dooked
Stars
63
Open Issues
3
Last Commit
3 years ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating