12-29-2021, 07:50 AM
(12-28-2021, 07:57 AM)KeiDash Wrote: Well, in a first try, I had move all /BIN files from T900 directory to my .c project path. Then, chaging the make file adding a wine command for each .exe file, it works it.
If you set the THOME environment variable (like in windows but with the unix path) you won't have to copy the bin.
I added the line below to my .bashrc file
Code:
export THOME=/home/thor/ngpcdev/T900
