diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-01-30 21:11:12 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-01-30 21:11:12 +0100 |
| commit | 260f05025631031b7cc4904805d5017feaf53eda (patch) | |
| tree | d5a723bb7bbbc9f8b598712723fe3d8290c0a54c /README.md | |
initial commit
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e08cbc4 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# text-search +Text-search is a GUI Program to find files and text within files for Linux. <br> +text-search is a single and small executable. + +# Requirements + +### Linux +- GCC +- libglu1-mesa-dev, libgl1-mesa-dev (automatically installed with build/install script) +- ld + +## Windows (not working) +- MinGW32 +- Windres +- ld + +# Build/Install +run __build-linux.sh -r__ or __build-win.sh -r__ for building and running a debug build<br /> +run __install.sh__ as root to install to __/usr/local/bin/text-search__ or __C:\Users\\\<user>\\Desktop\\text-search.exe__ <br /> + +# Config +config.txt is stored at __~/.config/text-search/config.txt__ or __C:\Users\\\<user>\Local Settings\Application Data\text-search\config.txt__ |
