Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 401 Bytes

File metadata and controls

24 lines (14 loc) · 401 Bytes

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