From c1e6c79a430b1f2c89ab099b1edc5a4eee49ad66 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Wed, 28 Feb 2024 20:48:41 +0100 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aba7bb3..0382f86 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,18 @@ # text-search -Text-search is a GUI Program to find files and text within files for Linux.
+Text-search is a GUI Program to find files and text within files for x64 Windows and Linux.
text-search is a single and small executable. https://aldrik.itch.io/text-search +

+ + +

# Requirements -clone https://github.com/aldrikboy/project-base next to this repo - ### Linux - GCC -- libglu1-mesa-dev, libgl1-mesa-dev, libxrandr-dev (automatically installed with build/install script) +- libglu1-mesa-dev, libgl1-mesa-dev, libxrandr-dev - ld ## Windows @@ -20,7 +22,15 @@ clone https://github.com/aldrikboy/project-base next to this repo # Build/Install run __build-linux.sh -r__ or __build-win.bat -r__ for building and running a debug build
-run __release-linux.sh__ or __release-windows.bat__ as root to install to __/usr/local/bin/text-search__ or __C:\Users\\\\\Desktop\\text-search.exe__
+run __release-linux.sh__ or __release-windows.bat__ as to building release build
+ +# Deps +All the code required to build is inside the repository. +External libraries used: +- utf8.h https://github.com/sheredom/utf8.h +- stb_truetype.h +- stb_image.h +- cJSON # Config config.txt is stored at __~/.config/text-search/config.txt__ or __C:\Users\\\\Local Settings\Application Data\text-search\config.txt__