View Single Post
Posts: 1,335 | Thanked: 3,931 times | Joined on Jul 2010 @ Brittany, France
#14
Originally Posted by casl View Post
Managed to build Mosh on my phone and thought I'd share this with you guys.

What "Mosh"?

http://mosh.mit.edu/



Please ask if these instructions don't work. I did many steps forwards and backwards while trying to build some libs manually and installing some using pkcon, so ask if they don't work as intended:

1) First, the dependencies. Open terminal and type:

Code:
pkcon install zlib-devel protobuf-compiler protobuf-devel ncurses-devel openssl-devel
2) Open browser / use wget / whatnot to download:

Code:
http://mosh.mit.edu/mosh-1.2.4.tar.gz
3) In the terminal again:

Code:
devel-su
# insert your developer mode password
cd /home/nemo/Downloads # or other folder where the file is
tar xvfz mosh-1.2.4.tar.gz
cd mosh-1.2.4
./configure
make
make install
Please note that you'll also need make, gcc, and gcc-c++ packages installed.
Thanks! Could you explain for newbies how to use it from a Windows PC to the Jolla? I used to use KiTTY (a PuTTY fork) to connect to the Jolla through WiFI or USB, but really like the roaming feature of mosh. Is there any way to use it from a Windows computer, and if so, how?