Hello,
I’m confused on how to get client-next working on ubuntu. The github readme says “Unpack the tar file and run the run.sh.” but i see no tar file from the github repository. Instead, the only path to getting a run.sh file seems to be to build it from one of the various build scripts in client-next/build-scripts. However, the run.sh that i built by editing the qt path in /client-next/build-scripts/set-variables-and-build-linux.sh & running it & build-linux.sh gives me the following when i try to run it.
~/client-next/deploy/linux$ ./run.sh
./run.sh: 7: ./run.sh: ./bin/shell: not found
Anyone know what I’m doing wrong?
Thank you for your consideration