Posts: 249
Threads: 9
Joined: Apr 2022
Reputation:
4
well i download OpenSaveDialog2 and try to run linux executable ..not work on my linux
Q4OS_64bit
Posts: 249
Threads: 9
Joined: Apr 2022
Reputation:
4
well inform installation on linux not work
what i need to type in terminal to install InForm 1.3 on Linux
in my case q4os Gemmini trinity
Posts: 249
Threads: 9
Joined: Apr 2022
Reputation:
4
after so called install i run setup.bas with qb64 and i get window with name
InForm ..but that window don't respond ..and is not possible to close it
any help?
Posts: 2,700
Threads: 124
Joined: Apr 2022
Reputation:
134
Sorry, It's been so long since I've used, but I think a couple of .h files that come with InForm might have to be moved to your QB64.exe folder. That may be outdated info, if a setup routine has been employed.
I remember if anyone wanted to test an InForm app, they had to be sure a couple of .h files were in the QB64.exe folder after they downloaded and extracted the zip.
b = b + ...
Posts: 249
Threads: 9
Joined: Apr 2022
Reputation:
4
yeah sure ...nowhere is explaind exactly what ...
so i am waiting for Linux Experts to tell me what is wrong here or even work
Posts: 144
Threads: 10
Joined: Apr 2022
Reputation:
5
06-09-2022, 05:00 AM
(This post was last modified: 06-09-2022, 05:07 AM by johnno56.
Edit Reason: added 'note'
)
Aurel...
The command "aurel@aurel-q4os:~/Documents/qb64_2021-11-07-02-59-19_4d85302_lnx/qb64$ chmod +x ./setup_inform_lnx.sh" you are using is to change the ".sh" into an executable...
Looks like your problem could be the "./" in the command... "./" is used to "execute" an "sh" file. What you are trying to do is execute "and" modify in the one command...
Try this one:
chmod +x setup_inform_lnx.sh
Make sure that you are in the same directory as the setup_inform_lnx.sh file...
Note: You may or may not require root privileges to execute...
May your journey be free of incident. Live long and prosper.