Skip to content
andrewtrotman edited this page Nov 17, 2021 · 5 revisions

JASS version 2

JASS is an experimental search engine written in C/C++ 17. Its fast, effective, well documented, and still in development.

Building JASSv2 (Linux/OSX)

The build requires the dependencies: CMake, doxygen

Then perform these steps:

  1. cd build
  2. cmake ..
  3. make

Building JASSv2 (Windows)

The build requires the dependencies: CMake, doxygen, Visual Studio 2015

Open a VS2015 x64 Native Tools CMD, then perform these steps:

  1. cd build
  2. cmake -G "NMake Makefiles" ..
  3. nmake
Clone this wiki locally