Re: [Unicon-group] Bash on Ubuntu on Windows

2016-09-22 Thread Jafar Al-Gharaibeh
> Please, try to build Unicon with graphics. What result you will get? > I used "make X-Configure name=x86_64_linux" to configure. > > 22.09.2016, 17:18, "Richard H. McCullough" : > > Sergy, > You must use sudo for apt-get. > This completed with no errors

Re: [Unicon-group] Bash on Ubuntu on Windows

2016-09-22 Thread Sergey Logichev
ugh From: slogic...@yandex.ruTo: rhmccullo...@outlook.com; unicon-group@lists.sourceforge.netDate: Thu, 22 Sep 2016 16:12:11 +0300Subject: Re: [Unicon-group] Bash on Ubuntu on Windows Dick,Thank you for such useful comments.Do you know how to install X11 binaries on Win10? I discovered that to run

Re: [Unicon-group] Bash on Ubuntu on Windows

2016-09-22 Thread Jafar Al-Gharaibeh
Configure name=x86_64_linux" to configure. > > 22.09.2016, 17:18, "Richard H. McCullough" : > > Sergy, > You must use sudo for apt-get. > This completed with no errors for me: > sudo apt-get install x11-common > > Dick McCullough > >

Re: [Unicon-group] Bash on Ubuntu on Windows

2016-09-22 Thread Sergey Logichev
09.2016, 17:18, "Richard H. McCullough" <r...@pioneerca.com>:Sergy,You must use sudo for apt-get.This completed with no errors for me: sudo apt-get install x11-commonDick McCullough From: slogic...@yandex.ruTo: rhmccullo...@outlook.com; unicon-group@lists.sourceforge.netDate: Th

Re: [Unicon-group] Bash on Ubuntu on Windows

2016-09-22 Thread Jafar Al-Gharaibeh
; From: slogic...@yandex.ru > To: rhmccullo...@outlook.com; unicon-group@lists.sourceforge.net > Date: Thu, 22 Sep 2016 16:12:11 +0300 > Subject: Re: [Unicon-group] Bash on Ubuntu on Windows > > Dick, > Thank you for such useful comments. > Do you know how to install X11 binaries

Re: [Unicon-group] Bash on Ubuntu on Windows

2016-09-22 Thread Sergey Logichev
o...@outlook.com; unicon-group@lists.sourceforge.netDate: Thu, 22 Sep 2016 16:12:11 +0300Subject: Re: [Unicon-group] Bash on Ubuntu on Windows Dick,Thank you for such useful comments.Do you know how to install X11 binaries on Win10? I discovered that to run X11 application from bash you need to instal Xming server fr

Re: [Unicon-group] Bash on Ubuntu on Windows

2016-09-22 Thread Richard H. McCullough
Sergy,You must use sudo for apt-get.This completed with no errors for me: sudo apt-get install x11-common Dick McCullough From: slogic...@yandex.ru To: rhmccullo...@outlook.com; unicon-group@lists.sourceforge.net Date: Thu, 22 Sep 2016 16:12:11 +0300 Subject: Re: [Unicon-group] Bash on

Re: [Unicon-group] Bash on Ubuntu on Windows

2016-09-22 Thread Sergey Logichev
Dick,Thank you for such useful comments.Do you know how to install X11 binaries on Win10? I discovered that to run X11 application from bash you need to instal Xming server from sourceforge. That's working, really. But when I try to build Unicon with graphics "make X-Configure" says that X11 librar

Re: [Unicon-group] Bash on Ubuntu on Windows

2016-09-22 Thread Richard H. McCullough
A few comments which you may find useful. 1. Windows Subsystem for Linux is a beta version, only available in Windows 10 version 1607 and later.2. The current version does not allow you to execute Windows .exe files. You can access any Windows files via /mnt/c/, limited by Windows permission

Re: [Unicon-group] Bash on Ubuntu on Windows

2016-09-20 Thread Sergey Logichev
I have just managed to install Ubuntu bash on my Windows 10 Home version 1607 too.After installing gcc (version 4.8.4) I successfully build Unicon from the sources. It seemed to me that make under bash is working 2X or even 3X faster than in native Windows cmd shell. That's great! Now I can quckly

Re: [Unicon-group] Bash on Ubuntu on Windows

2016-09-19 Thread Jay Hammond
I got Bash going on Windows 10 Pro. The August updates (anniversary release) probably helped. jay -- ___ Unicon-group mailing list Unicon-group@lists.sourceforge.net https

Re: [Unicon-group] Bash on Ubuntu on Windows

2016-08-26 Thread Richard H. McCullough
9:13 + To: homem...@talktalk.net; unicon-group@lists.sourceforge.net Subject: Re: [Unicon-group] Bash on Ubuntu on Windows Jay, Thanks for the information. You are right it is still a "beta" feature and not everyone can get it. a quick google returned this link dated August 24, 2016

Re: [Unicon-group] Bash on Ubuntu on Windows

2016-08-26 Thread Jafar Al-Gharaibeh
Jay, Thanks for the information. You are right it is still a "beta" feature and not everyone can get it. a quick google returned this link dated August 24, 2016: https://msdn.microsoft.com/en-us/commandline/wsl/install_guide Here are the prerequisites according to the link: 1. Windows 10 An

Re: [Unicon-group] Bash on Ubuntu on Windows

2016-08-26 Thread Jay Hammond
On 26/08/2016 16:53, Jafar Al-Gharaibeh wrote: > You still have to install Bash on windows though, but that is just a > matter of turning the feature on via Windows settings. My experience suggests Bash on Windows has not been released to everyone. Today I thought I'd try Bash on Win. Requirem

Re: [Unicon-group] Bash on Ubuntu on Windows

2016-08-26 Thread Jay Hammond
On 26/08/2016 16:53, Jafar Al-Gharaibeh wrote: > You still have to install Bash on windows though, but that is just a > matter of turning the feature on via Windows settings. Hi, "just" - you need to have the right updates, and some other criteria; it was "insider track" in March Today I

Re: [Unicon-group] Bash on Ubuntu on Windows

2016-08-26 Thread Jafar Al-Gharaibeh
I did enable Bash/Ubuntu subsystem on my Windows 10 laptop a couple of weeks ago. Inside the Bash shell you get a Linux environment that works and feels like an Ubuntu Linux environment (for the most part, try "ip route" for example ;-) ) , commands, apt-get, the file system, etc. I was able to bu