项目作者: Iam-VM

项目描述 :
Powerfull and multi functional filesystem search engine for linux distros.
高级语言: C++
项目地址: git://github.com/Iam-VM/DirectorySearchEngine.git
创建时间: 2019-12-03T04:45:59Z
项目社区:https://github.com/Iam-VM/DirectorySearchEngine

开源协议:MIT License

下载


find

COMPILATION

  1. There are 3 - header files [validate_parsed_options.h, search_algorithms.h, search_initiator.h] and 1 .cpp file [engine_main.cpp],
  2. copy all 4 files into any directory [same] and run terminal on that directory.
  3. ->g++ engine_main.cpp -o dse -lboost_filesystem -lboost_program_options

Execution

  1. -> ./dse --help
  2. To show Usage Description.