mytonctrl icon indicating copy to clipboard operation
mytonctrl copied to clipboard

Installing on WSL

Open vzhilov opened this issue 2 years ago • 3 comments

Hi, I'm trying to install on Windows Subsystem for Linux (WSL) and instalation goes through fine

...
-- Found Readline: /usr/include
-- Found Readline: /usr/include /usr/lib/x86_64-linux-gnu/libreadline.so
-- Performing Test USABLE_READLINE_FOUND
-- Performing Test USABLE_READLINE_FOUND - Success
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Found GSL: /usr/include (found version "2.5")
-- Found mhd: /usr/include
-- Configuring done
-- Generating done
-- Build files have been written to: /usr/bin/ton
[4/6] Source Compilation

but when I type mytonctrl I get:

user@rdshost:~$ mytonctrl
mytonctrl: command not found

I see that the process stopped after compilation. So I run sudo make && make install but still get mytonctrl: command not found

vzhilov avatar Oct 25 '21 09:10 vzhilov

did you manage to find a solution?

Helppples avatar Nov 15 '21 09:11 Helppples

having same issue. any progress?

alitla avatar Dec 24 '21 21:12 alitla

I have decided it after reading script: https://github.com/igroman787/mytonctrl/blob/master/scripts/toninstaller.sh

You need more RAM (it is minimum: 4Gb RAM & 2 CPU)

kosyachniy avatar Jan 17 '22 00:01 kosyachniy