Many thanks, libs installed ans sQLx built

(Ubuntu MATE 20.10 64 bit).
I have copied the .uqlxrc from the uQLx repo, and added it to the dir in which I place dthe built binary. However, when I launch it, I get:
Code: Select all
ubuntu@ubuntu:/opt/sqlux$ ls -al
total 348
drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 22 15:50 .
drwxr-xr-x 4 root root 4096 Jan 22 10:49 ..
-rw-r--r-- 1 ubuntu ubuntu 836 Jan 22 15:45 .uqlxrc
-rwxr-xr-x 1 ubuntu ubuntu 340608 Jan 22 15:32 sqlux
ubuntu@ubuntu:/opt/sqlux$ ./sqlux
ERROR: did not locate config file
ubuntu@ubuntu:/opt/sqlux$
Content of file is:
Code: Select all
SYSROM = js_rom
ROMIM = tk2_rom,0xc000
ROMDIR = ~/qm/romdir/
RAMTOP = 16384
DEVICE = MDV1,~/qm/qldata/,qdos-like
DEVICE = MDV2,~/qm/qlsoft/,qdos-like
DEVICE = FLP1,~/qm/DiskImage2,qdos-fs
DEVICE = FLP2,~/qm/DiskImage,qdos-fs
DEVICE = FLP3,~/qm/DiskImage3,qdos-fs
DEVICE = WIN1,~/
DEVICE = WIN2,/
DEVICE = WIN3,~/PiQ/
DEVICE = RAM1,/tmp/.ram1-%x/,clean,qdos-like
DEVICE = RAM2,/tmp/.ram2-%x/,clean,qdos-like
DEVICE = RAM3,/tmp/.ram3-%x/,clean,qdos-like
DEVICE = RAM4,/tmp/.ram4-%x/,clean,qdos-like
DEVICE = RAM5,/tmp/.ram5-%x/,clean,qdos-like
DEVICE = RAM6,/tmp/.ram6-%x/,clean,qdos-like
DEVICE = RAM7,/tmp/.ram7-%x/,clean,qdos-like
DEVICE = RAM8,/tmp/.ram8-%x/,clean,qdos-like
DEVICE = CD1 /* remove 'CD' device from QPAC entries */
DEVICE = MS1
COLOUR = 0
PRINT = lpr
CPU_HOG = 0 /* nice and friendly */
FAST_START = 1
I have created the ~/qm directories and placed the roms I listed in the above file in the ~/qm//romdir/ directory
Any further help gratefully received
a.k.a. Jean-Yves