Skip to content

Mohammed87FS/search_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoteSearch

local full text search, written in C++.

Building

mkdir build
cd build
cmake ..
cmake --build .

or

Press Ctrl+Shift+P then type "CMake: Configure"

select a configuration tool, since i work in vs code i chose "Visual Studio Community 2022 Release - amd64"

if the build was done successfuly, you can run the following in the terminal:

build\bin\notesearch_gui.exe

About

A local full text search engine written in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published