-
Notifications
You must be signed in to change notification settings - Fork 9
Home
andrewtrotman edited this page Nov 17, 2021
·
5 revisions
JASS is an experimental search engine written in C/C++ 17. Its fast, effective, well documented, and still in development.
The build requires the dependencies: CMake, doxygen
Then perform these steps:
- cd build
- cmake ..
- make
The build requires the dependencies: CMake, doxygen, Visual Studio 2015
Open a VS2015 x64 Native Tools CMD, then perform these steps:
- cd build
- cmake -G "NMake Makefiles" ..
- nmake