Skip to content

jsoftware/qtide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

87266f7 · Apr 18, 2025
Apr 18, 2025
Mar 27, 2025
Mar 1, 2019
Mar 27, 2025
Nov 10, 2024
Mar 18, 2025
Feb 22, 2025
Feb 1, 2014
Feb 1, 2014
Feb 11, 2024
Jan 8, 2023
Jan 8, 2023
Feb 11, 2024
Nov 12, 2024
Mar 8, 2023
Mar 28, 2025
Feb 11, 2024
May 3, 2023
Feb 17, 2024
Feb 16, 2024
Mar 1, 2019
Mar 18, 2025
Mar 8, 2023
Feb 16, 2024
Feb 16, 2024
Feb 11, 2024
Jan 8, 2023
Oct 15, 2021

Repository files navigation

The jqtide application is an executable, jqt, and a shared object, libjqt.so.

Folders:

bin   - binaries, demo files
config - example configs
lib   - source for libjqt.so (in subdirs base, grid, high and wd)
main  - source for jqt
android - source for android

Build:

Edit makeall.sh in the top level directory to set jqt path, then run.

Copy the binaries and links from bin to the j9/bin directory.

Edit config files and copy to the j9 config directory

Run:

Example shell script:

#!/bin/sh
J=~/j9
cd $J
bin/jqt "$@"