Page 1 of 1

OpenTx Simulator Language

Posted: Tue Mar 17, 2020 7:53 am
by wilopaan
Hi all,

this is probably a dumb question: how to change the menu-language (not voice files) in the simulator?

Thanks!

Re: OpenTx Simulator Language

Posted: Tue Mar 17, 2020 8:20 am
by Kilrah
Not possible without compiling it yourself.

Re: OpenTx Simulator Language

Posted: Tue Mar 17, 2020 8:44 am
by wilopaan
Kilrah wrote: Tue Mar 17, 2020 8:20 am Not possible without compiling it yourself.
How do I do that? How do I set german language? Is there sort of configure script?

Re: OpenTx Simulator Language

Posted: Tue Mar 17, 2020 9:22 am
by Kilrah

Re: OpenTx Simulator Language

Posted: Tue Mar 17, 2020 9:45 am
by wilopaan
Ok, thanks.

Well, I get the follwing errors... what am I am doing wrong?

$ cmake -Wno-dev ../src
-- Simulators library search path: /usr/local/lib/companion
CMake Error: File /version.h.in does not exist.
CMake Error at CMakeLists.txt:117 (configure_file):
configure_file Problem configuring file


CMake Error: File /companion.desktop.in does not exist.
CMake Error at CMakeLists.txt:118 (configure_file):
configure_file Problem configuring file


CMake Error: File /simulator.desktop.in does not exist.
CMake Error at CMakeLists.txt:119 (configure_file):
configure_file Problem configuring file


CMake Error at CMakeLists.txt:131 (qt5_add_translation):
Unknown CMake command "qt5_add_translation".

Re: OpenTx Simulator Language

Posted: Tue Mar 17, 2020 9:06 pm
by wilopaan
FYI:

cmake version 3.16.5

Well, there are more errors:

-- Simulators library search path: /usr/local/lib/companion
CMake Error at CMakeLists.txt:104 (use_cxx11):
Unknown CMake command "use_cxx11".

Re: OpenTx Simulator Language

Posted: Fri Mar 20, 2020 5:40 am
by wilopaan
Instead of compiling the companion/simulator alone I managed to do a full build. Thank you.